Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
install
/
EXPORT-Component.cmake
blob: e72ee3b265303f1ab2a6b6a05b77be0c9811d896 [
file
] [
log
] [
blame
] [
edit
]
add_library
(
foo INTERFACE
)
install
(
TARGETS foo EXPORT fooExport
)
install
(
EXPORT fooExport
DESTINATION
"share/cmake"
COMPONENT
"bar"
)
get_cmake_property
(
components COMPONENTS
)
message
(
STATUS
"COMPONENTS='${components}'"
)