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.
8 lines
363 B
8 lines
363 B
# Must set the project name at very beginning before including anything else
|
|
set(PROJECT_NAME TribitsExProj)
|
|
|
|
# Turn on export dependency generation for WrapExteranl package
|
|
set(${PROJECT_NAME}_GENERATE_EXPORT_FILE_DEPENDENCIES_DEFAULT ON)
|
|
|
|
# Turn on by default the generation of the export files
|
|
set(${PROJECT_NAME}_ENABLE_INSTALL_CMAKE_CONFIG_FILES_DEFAULT ON)
|
|
|