3 lines
80 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
add_executable(main empty.c)
target_compile_features(main PRIVATE cxx_decltype)