Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
Languages
/
link-libraries-TARGET_FILE-genex.cmake
blob: eca73e977b8d4a947b00eb5c3f50b87ef0dcef90 [
file
]
add_library
(
foo SHARED empty
.
cpp
)
add_library
(
bar SHARED empty
.
cpp
)
target_link_libraries
(
foo $
<
$
<
STREQUAL
:
$
<
TARGET_FILE
:
foo
>,
anything
>:
bar
>)