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

5 lines
83 B
CMake

enable_language(CXX)
add_executable(main empty.cpp)
target_compile_features(main)