7 lines
95 B
CMake
7 lines
95 B
CMake
|
|
||
|
add_executable(main empty.cpp)
|
||
|
target_compile_features(main
|
||
|
PRIVATE
|
||
|
cxx_not_a_feature
|
||
|
)
|