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