We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2497e commit 9a62279Copy full SHA for 9a62279
CMakeLists.txt
@@ -0,0 +1,10 @@
1
+cmake_minimum_required(VERSION 2.8.4)
2
+project(mapcode_cpp)
3
+
4
+set(CMAKE_CXX_FLAGS
5
+ "${CMAKE_CXX_FLAGS} -std=c++11")
6
7
+set(SOURCE_FILES
8
+ example/mapcode.cpp)
9
10
+add_executable(mapcode ${SOURCE_FILES})
0 commit comments