Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dcd5b904a982a42ef29322ee7ac30d2fac2863ef
/
.
/
Tests
/
RunCMake
/
GenEx-LINK_LIBRARY
/
forbidden-arguments.cmake
blob: 1c51c442e375751c9f4f263f38eb728a11deb01d [
file
]
enable_language
(
C
)
link_libraries
(<
LINK_LIBRARY
:
feat
>
foo
</
LINK_LIBRARY
:
feat
>)
add_library
(
lib SHARED empty
.
c
)
target_link_libraries
(
lib PRIVATE
<
LINK_LIBRARY
:
feat
>
foo
</
LINK_LIBRARY
:
feat
>)