Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
efe060b04f9d8d0e6072dd188e1b4c7f69e4e2b1
/
.
/
Tests
/
RunCMake
/
GenEx-LINK_LIBRARY
/
invalid-feature.cmake
blob: c49e4cdcfba40fc2e4e86f9817bc6e096ad4db1e [
file
]
enable_language
(
C
)
add_library
(
dep SHARED empty
.
c
)
add_library
(
lib SHARED empty
.
c
)
target_link_libraries
(
lib PRIVATE
"$<LINK_LIBRARY:feat:invalid,dep>"
)