mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-21 08:15:27 -04:00
1d79f71489
Rename to Step 12 and ensure that it follows Step 11
7 lines
133 B
CMake
7 lines
133 B
CMake
include("release/CPackConfig.cmake")
|
|
|
|
set(CPACK_INSTALL_CMAKE_PROJECTS
|
|
"debug;Tutorial;ALL;/"
|
|
"release;Tutorial;ALL;/"
|
|
)
|