add_custom_target.cmake 84 B

123
  1. add_custom_target(drive
  2. COMMAND ${CMAKE_COMMAND} -E echo "$<LINK_LIBRARY:feat>"
  3. )