mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
b350f95ecf
Fixes: #26536
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)
|