blob: eca73e977b8d4a947b00eb5c3f50b87ef0dcef90 [file] [log] [blame]
add_library(foo SHARED empty.cpp)
add_library(bar SHARED empty.cpp)
target_link_libraries(foo $<$<STREQUAL:$<TARGET_FILE:foo>,anything>:bar>)