Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CPack
/
tests
/
THREADED
/
test.cmake
blob: 9e82e8cc07ead1ab440d24a1c8a059fc020539b4 [
file
]
install
(
FILES
CMakeLists
.
txt DESTINATION foo COMPONENT test
)
set
(
CPACK_THREADS
2
)
if
(
PACKAGING_TYPE STREQUAL
"COMPONENT"
)
set
(
CPACK_COMPONENTS_ALL test
)
endif
()