Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e3e12e76f4073c032d4939a6dcad373daaf2987a
/
.
/
Tests
/
RunCMake
/
GenEx-LINK_GROUP
/
bad-feature1.cmake
blob: 016122136d9377842471ebc70269e1f3a9e62004 [
file
]
enable_language
(
C
)
add_library
(
dep SHARED empty
.
c
)
add_library
(
lib SHARED empty
.
c
)
target_link_libraries
(
lib PRIVATE
"$<LINK_GROUP:bad_feat,dep>"
)