7 lines
91 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
add_executable(main empty.c)
target_compile_features(main
PRIVATE
c_not_a_feature
)