cxxopt/src/CMakeLists.txt

4 lines
93 B
CMake

add_executable(cxxopts main.cpp)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")