Gabriele Contini
2019-11-30 3c34d8d6d83a34e3bcdb7041be1cbd784a17bbb5
1
2
3
4
5
6
7
add_subdirectory("library")
 
#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")