gcontini
2019-12-14 ff8ce4b447ccc5dd50a2b93d7edec89a9755f64b
src/CMakeLists.txt
@@ -1,11 +1,7 @@
add_subdirectory("library")
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"
)
#for no reason overwrite it (maybe it's manually customized)
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")