Gabriele Contini
2020-02-01 11dcb55027ef4cc12b69759efb9587924f7353f4
src/CMakeLists.txt
@@ -1,8 +1,7 @@
add_subdirectory("bootstrap")
add_subdirectory("library")
IF(Boost_FOUND)
   add_subdirectory("pc-identifier")
   add_subdirectory("license-generator")
ENDIF(Boost_FOUND)
#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")