Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
install
/
EXPORT-SystemInclude.cmake
blob: a68ef8d1bc8dded699cee96a17e21a4878307cf8 [
file
] [
log
] [
blame
] [
edit
]
add_library
(
iface INTERFACE
)
target_include_directories
(
iface SYSTEM INTERFACE
"$<INSTALL_INTERFACE:include>"
)
install
(
TARGETS iface EXPORT foo
)
install
(
EXPORT foo DESTINATION lib
/
cmake
/
foo
)