Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5b84e106e7e5597b06ff11e35052b4fbf0eb2e21
/
.
/
Tests
/
RunCMake
/
GenEx-LINK_LIBRARY
/
feature-not-supported.cmake
blob: 066622763801babb5f953168f518ece726ecd315 [
file
]
enable_language
(
C
)
set
(
CMAKE_C_LINK_USING_feat_SUPPORTED FALSE
)
set
(
CMAKE_C_LINK_USING_feat
"<LIBRARY>"
)
add_library
(
dep SHARED empty
.
c
)
add_library
(
lib SHARED empty
.
c
)
target_link_libraries
(
lib PRIVATE
"$<LINK_LIBRARY:feat,dep>"
)