Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
01cb5222760c26a8ffe00c2345ffa2c9767f223c
/
.
/
Tests
/
RunCMake
/
ExportPackageInfo
/
ReferencesWronglyImportedTarget.cmake
blob: 93686f6cad74b9df8255527a10c2215d8c65b101 [
file
] [
log
] [
blame
]
add_library
(
bar INTERFACE IMPORTED
)
add_library
(
foo INTERFACE
)
target_link_libraries
(
foo INTERFACE bar
)
install
(
TARGETS foo EXPORT foo DESTINATION
.)
export
(
EXPORT foo PACKAGE_INFO foo
)