1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-29 07:10:38 +08:00
CMake/Help/guide/tutorial/Complete/MultiCPackConfig.cmake
Betsy McPhail 77b515f3eb Tutorial: Improve "MultiPackage" example
Rename to Step 12 and ensure that it follows Step 11
2020-01-10 11:37:54 -05:00

7 lines
133 B
CMake

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