[mapcode] 11/56: Added CMakeLists.txt for CMake

Stefan Fritsch sf at moszumanska.debian.org
Wed Nov 2 23:27:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to annotated tag v2.0.2
in repository mapcode.

commit 9a62279c85faa6add9dbca72ba6342cc85c96fa0
Author: Rijn Buve <rijn at buve.nl>
Date:   Thu Feb 12 10:57:22 2015 +0100

    Added CMakeLists.txt for CMake
---
 CMakeLists.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..81315b8
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,10 @@
+cmake_minimum_required(VERSION 2.8.4)
+project(mapcode_cpp)
+
+set(CMAKE_CXX_FLAGS
+    "${CMAKE_CXX_FLAGS} -std=c++11")
+
+set(SOURCE_FILES
+    example/mapcode.cpp)
+
+add_executable(mapcode ${SOURCE_FILES})
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcode.git



More information about the Pkg-grass-devel mailing list