8 lines
110 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
enable_language(C)
2015-04-27 22:25:09 +02:00
add_executable(main empty.c)
target_compile_features(main
PRIVATE
c_not_a_feature
)