gcontini
2020-11-17 f7f0ba4206bfc30d4f9727a0e2448ee43cba6aad
src/CMakeLists.txt
@@ -1,11 +1,10 @@
add_subdirectory("library")
IF (NOT LCC_PROJECT_MAGIC_NUM)
   set(LCC_PROJECT_MAGIC_NUM 0)
ENDIF (NOT LCC_PROJECT_MAGIC_NUM)
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")
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"
)
add_subdirectory("library")