From 0969e7a24c0ae2a0cc9c5bd4be0d18c29bfe7f30 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 17 Apr 2014 13:52:19 +0200 Subject: Initial commit --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..a6c35f3 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ + +project(msc-scriptie) + +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11") + +add_executable(msc-scriptie + main.cpp +) -- cgit v1.2.3-70-g09d2