5c559f1113
Follow-ups will allow the use of the generator expression for compile definitions and include directories for non-IDE generators.
5 lines
121 B
CMake
5 lines
121 B
CMake
|
|
enable_language(C)
|
|
add_executable(empty empty.c)
|
|
target_compile_options(empty PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-Wall>)
|