Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2ab43d78e1fe0f027f48a032d74c51a23c76302f
/
.
/
Tests
/
RunCMake
/
CPack
/
tests
/
MULTIARCH
/
test.cmake
blob: 9784342d4a9aa244e0919d040920cd9f594c8c09 [
file
]
install
(
FILES
CMakeLists
.
txt DESTINATION foo COMPONENT test
)
set
(
CPACK_DEBIAN_PACKAGE_MULTIARCH $
{
RunCMake_SUBTEST_SUFFIX
})
if
(
PACKAGING_TYPE STREQUAL
"COMPONENT"
)
set
(
CPACK_COMPONENTS_ALL test
)
endif
()