Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
033dc7ee2f02b0ebdfd1bc4edbcb24d1fc8c4152
/
.
/
Tests
/
RunCMake
/
export
/
DependOnNotExport.cmake
blob: 06c1ad951cf31265d34600d4a1d15caaf5d4f9f3 [
file
]
add_library
(
notexported INTERFACE
)
add_library
(
exported INTERFACE
)
target_link_libraries
(
exported INTERFACE notexported
)
export
(
TARGETS exported FILE
"${CMAKE_CURRENT_BINARY_DIR}/exports.cmake"
)