mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 23:29:31 -06:00
4 lines
122 B
CMake
4 lines
122 B
CMake
enable_language(C)
|
|
add_executable(hello hello.c)
|
|
target_compile_definitions(hello PRIVATE "DEFINE_FOR_VERBOSE_DETECTION")
|