7 lines
91 B
CMake
7 lines
91 B
CMake
|
|
||
|
add_executable(main empty.c)
|
||
|
target_compile_features(main
|
||
|
PRIVATE
|
||
|
c_not_a_feature
|
||
|
)
|