2017-07-20 19:35:53 +02:00

3 lines
80 B
CMake

add_executable(main empty.c)
target_compile_features(main PRIVATE cxx_decltype)