CMakeLists.txt 93 Bytes
add_executable(cxxopts main.cpp)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")