CMakeLists.txt 93 Bytes Edit Raw Blame History 1 2 3 add_executable(cxxopts main.cpp) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")