mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
0a81ea1f12
Fixes: #23121
5 lines
125 B
CMake
5 lines
125 B
CMake
add_custom_target(drive)
|
|
add_custom_command(TARGET drive PRE_BUILD
|
|
COMMAND ${CMAKE_COMMAND} -E echo "$<LINK_GROUP:feat>"
|
|
)
|