1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 02:17:27 +08:00
Files
CMake/Help/guide/tutorial/MultiPackage/MultiCPackConfig.cmake
2019-06-18 10:36:16 -04:00

8 lines
134 B
CMake

include("release/CPackConfig.cmake")
set(CPACK_INSTALL_CMAKE_PROJECTS
"debug;Tutorial;ALL;/"
"release;Tutorial;ALL;/"
)