gcontini
2020-02-01 38151519e08e974855020377f2bb46281d875dfa
src/CMakeLists.txt
@@ -1,11 +1,12 @@
add_subdirectory("library")
#for no reason overwrite it (maybe it's manually customized)
IF (NOT LCC_PROJECT_MAGIC_NUM)
   set(LCC_PROJECT_MAGIC_NUM 0)
ENDIF (NOT LCC_PROJECT_MAGIC_NUM)
configure_file (
   "templates/licensecc_properties_test.h.in"
   "${CMAKE_BINARY_DIR}/licensecc_properties_test.h"
)
configure_file (
   "templates/licensecc_properties.h.in"
   "${LCC_INCLUDE_DIR}/licensecc_properties.h"
)
IF(NOT EXISTS "${LCC_INCLUDE_DIR}/licensecc_properties.h")
   configure_file ("templates/licensecc_properties.h.in"
      "${LCC_INCLUDE_DIR}/licensecc_properties.h")
ENDIF(NOT EXISTS "${LCC_INCLUDE_DIR}/licensecc_properties.h")
add_subdirectory("library")