2017-07-20 19:35:53 +02:00

8 lines
110 B
CMake

enable_language(C)
add_executable(main empty.c)
target_compile_features(main
PRIVATE
c_not_a_feature
)