Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6b2bcae7d4e4356af41da60fb6b038683367c052
/
.
/
Tests
/
RunCMake
/
GenEx-LINK_LIBRARY
/
bad-feature3.cmake
blob: dab6a64d04af2e1bc37db91681512baa8b7c37ce [
file
]
enable_language
(
C
)
set
(
CMAKE_C_LINK_LIBRARY_USING_feat_SUPPORTED TRUE
)
set
(
CMAKE_C_LINK_LIBRARY_USING_feat
""
)
add_library
(
dep SHARED empty
.
c
)
add_library
(
lib SHARED empty
.
c
)
target_link_libraries
(
lib PRIVATE
"$<LINK_LIBRARY:feat,dep>"
)