gcontini
2020-01-11 95d1452eefadffaf1ec75dd0a8336bc2c387eb17
src/CMakeLists.txt
@@ -1,8 +1,12 @@
add_subdirectory("bootstrap")
add_subdirectory("library")
#for no reason overwrite it (maybe it's manually customized)
IF(Boost_FOUND)
   add_subdirectory("pc-identifier")
   add_subdirectory("license-generator")
ENDIF(Boost_FOUND)
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")
add_subdirectory("library")