Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
RunCMake
/
install
/
EXPORT-InterfaceLinkNoexist.cmake
blob: 14442bc972269da27f1b1a5d107ae08fc6b64285 [
file
]
add_library
(
foo INTERFACE
)
target_link_libraries
(
foo INTERFACE nonexistent
::
bar
)
install
(
TARGETS foo DESTINATION lib EXPORT foo
-
targets
)
install
(
EXPORT foo
-
targets FILE foo
-
targets
.
cmake DESTINATION lib
)