COMPILE_LANGUAGE-add_custom_target.cmake 81 B

123
  1. add_custom_target(drive
  2. COMMAND ${CMAKE_COMMAND} -E echo $<COMPILE_LANGUAGE>
  3. )