not_a_c_feature.cmake 91 B

123456
  1. add_executable(main empty.c)
  2. target_compile_features(main
  3. PRIVATE
  4. c_not_a_feature
  5. )