summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Complete/MultiCPackConfig.cmake
blob: c2583dfff54ba017e8f95027aaefd0d535d84d04 (plain)
1
2
3
4
5
6
include("release/CPackConfig.cmake")

set(CPACK_INSTALL_CMAKE_PROJECTS
    "debug;Tutorial;ALL;/"
    "release;Tutorial;ALL;/"
    )