Skip to content
Snippets Groups Projects
Commit 20848091 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

added C headers to install directives

parent f1424789
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set (TARGETS ${TARGETS} ${LIBRARY} PARENT_SCOPE)
## Sources and install headers
################################################################################
file (GLOB SOURCES "*.F")
file (GLOB HEADERS "*.inc")
file (GLOB HEADERS "*.inc" "*.h")
################################################################################
## Include directories
......
......@@ -8,7 +8,7 @@ set (TARGETS ${TARGETS} ${LIBRARY} PARENT_SCOPE)
## Sources and install headers
################################################################################
file (GLOB SOURCES "*.F")
file (GLOB HEADERS "*.inc")
file (GLOB HEADERS "*.inc" "*.h")
################################################################################
## Include directories
......
......@@ -8,7 +8,7 @@ set (TARGETS ${TARGETS} ${LIBRARY} PARENT_SCOPE)
## Sources and install headers
################################################################################
file (GLOB SOURCES "*.F")
file (GLOB HEADERS "*.inc")
file (GLOB HEADERS "*.inc" "*.h")
################################################################################
## Include directories
......
......@@ -8,7 +8,7 @@ set (TARGETS ${TARGETS} ${LIBRARY} PARENT_SCOPE)
## Sources and install headers
################################################################################
file (GLOB SOURCES "*.F")
file (GLOB HEADERS "*.inc")
file (GLOB HEADERS "*.inc" "*.h")
################################################################################
## Include directories
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment