mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
6 lines
108 B
CMake
6 lines
108 B
CMake
|
|
include(CTest)
|
|
enable_testing()
|
|
|
|
add_test(NAME dummy COMMAND ${CMAKE_COMMAND} -E echo $<COMPILE_LANGUAGE>)
|