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