mirror of
https://github.com/reactos/CMake.git
synced 2025-01-05 18:38:46 +00: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>
|
|
)
|