From e6a53bb57e7c2e5ce17cdc10a51b40cd83ceb85e Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 24 May 2015 22:24:31 +0200 Subject: Base bot --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7881e49..525c1ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.2.2) project(cppbot) +set(CMAKE_CXX_FLAGS "-std=c++11") + include_directories(${PROJECT_SOURCE_DIR}/include) file(GLOB_RECURSE SRC_FILES RELATIVE ${PROJECT_SOURCE_DIR} src/*.cpp) -- cgit v1.2.3