mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
7 lines
102 B
CMake
7 lines
102 B
CMake
|
|
enable_language(C)
|
|
|
|
add_custom_target(empty
|
|
COMMAND ${CMAKE_COMMAND} -E echo $<COMPILE_LANGUAGE>
|
|
)
|