1
0
Fork 0
cmaketutorial/Complete/MultiCPackConfig.cmake

7 lines
133 B
CMake
Raw Normal View History

2023-10-29 10:50:48 +00:00
include("release/CPackConfig.cmake")
set(CPACK_INSTALL_CMAKE_PROJECTS
"debug;Tutorial;ALL;/"
"release;Tutorial;ALL;/"
)