Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CPack
/
tests
/
MINIMAL
/
test.cmake
blob: 15c5892666fa1a50fb1d5e3fb2edc645ae067da7 [
file
] [
log
] [
blame
]
install
(
FILES
CMakeLists
.
txt DESTINATION foo COMPONENT test
)
if
(
PACKAGING_TYPE STREQUAL
"COMPONENT"
)
set
(
CPACK_COMPONENTS_ALL test
)
endif
()