target_link_libraries¶
Overwrite of CMake’s target_link_libraries
. If no interface key
word (like PUBLIC, INTERFACE, PRIVATE etc.) is given, PUBLIC is added.
This is to fix problems with CMP0023.
target_link_libraries(
)
- basename
Overwrite of CMake’s target_link_libraries
. If no interface key
word (like PUBLIC, INTERFACE, PRIVATE etc.) is given, PUBLIC is added.
This is to fix problems with CMP0023.
target_link_libraries(
)