mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
42965799b4
This generator expression offers the capability, for the link step, to decorate libraries with prefix/suffix flags and/or adding any specific flag for each library. Fixes: #22812, #18751, #20078, #22703
4 lines
84 B
CMake
4 lines
84 B
CMake
add_custom_target(drive
|
|
COMMAND ${CMAKE_COMMAND} -E echo "$<LINK_LIBRARY:feat>"
|
|
)
|