mirror of https://gitlab.com/cppit/jucipp
3 changed files with 2 additions and 5 deletions
@ -1,7 +1,3 @@ |
|||||||
cmake_minimum_required(VERSION 2.8) |
cmake_minimum_required(VERSION 2.8) |
||||||
|
|
||||||
project(cmake_project) |
project(cmake_project) |
||||||
|
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -Wall -Wextra") |
|
||||||
|
|
||||||
add_executable(cmake_project main.cpp) |
add_executable(cmake_project main.cpp) |
||||||
Loading…
Reference in new issue