Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
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
>)