mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-29 10:31:03 -06:00
5 lines
109 B
CMake
5 lines
109 B
CMake
enable_language(C)
|
|
|
|
add_executable(main main.c)
|
|
set_property(TARGET main PROPERTY LINK_WARNING_AS_ERROR FOO)
|