You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/libraries/examples/oldInit/project.conf

10 lines
355 B

set(PROJEC_HEADERS ${CMAKE_SOURCE_DIR}/../headers)
set(PROJEC_SOURCES ${CMAKE_SOURCE_DIR}/../sr)
message("+-------------------------------+")
message("Project Includes")
message("+-------------------------------+")
message("Project Headers : ${PROJEC_HEADERS}")
message("Project Sources : ${PROJEC_SOURCES}")
message("+-------------------------------+")