diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b30e3f4..2d19b18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,18 @@ IF(TEST) ENDIF() ################################################################################ +# Commands for assembling and including the configuration file # +################################################################################ + +CONFIGURE_FILE( + "${PROJECT_SOURCE_DIR}/config.h.in" + "${PROJECT_BINARY_DIR}/config.h" +) + +# Adapt the include path for finding the configuration file +INCLUDE_DIRECTORIES("${PROJECT_BINARY_DIR}") + +################################################################################ # Commands for building Ousía # ################################################################################ |