mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05: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")
|