Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
ExportPackageInfo
/
DuplicateOutput.cmake
blob: bba45435c4784bd1dc7b9ab58dae6fd72228c255 [
file
]
add_library
(
foo INTERFACE
)
install
(
TARGETS foo EXPORT foo DESTINATION
.)
export
(
PACKAGE_INFO foo EXPORT foo
)
export
(
PACKAGE_INFO foo EXPORT foo
)