Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
ExportPackageInfo
/
ReferencesNonExportedTarget.cmake
blob: 3050f89e379679ffdd09a91e4f1249a0f236487b [
file
]
add_library
(
mammal INTERFACE
)
add_library
(
canine INTERFACE
)
target_link_libraries
(
canine INTERFACE mammal
)
install
(
TARGETS canine EXPORT dog DESTINATION
.)
export
(
PACKAGE_INFO dog EXPORT dog
)