5 lines
83 B
CMake
5 lines
83 B
CMake
enable_language(CXX)
|
|
|
|
add_executable(main empty.cpp)
|
|
target_compile_features(main)
|