Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f65fcde17448d80c71755cf82dfa12b92a77c33d
/
.
/
Tests
/
RunCMake
/
ExportPackageInfo
/
ReferencesWronglyImportedTarget.cmake
blob: 93686f6cad74b9df8255527a10c2215d8c65b101 [
file
]
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
)