Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd0bd1534bbb51ee85a4df87538556fcd3d83218
/
.
/
Tests
/
RunCMake
/
InstallPackageInfo
/
Component.cmake
blob: e83a6fd39a3428cfc6ff724f6947fe939140d407 [
file
]
add_library
(
foo INTERFACE
)
install
(
TARGETS foo EXPORT foo DESTINATION
.)
install
(
PACKAGE_INFO foo DESTINATION cps EXPORT foo COMPONENT cps
)
get_cmake_property
(
components COMPONENTS
)
message
(
STATUS
"COMPONENTS='${components}'"
)