Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
export
/
ExportLinkInterfaces.cmake
blob: 876d7d6cc446f077a8c79389eae8c3c0b9df8286 [
file
]
enable_language
(
CXX
)
add_library
(
foo empty
.
cpp
)
export
(
TARGETS foo
EXPORT_LINK_INTERFACE_LIBRARIES
)