]> granicus.if.org Git - icinga2/commitdiff
Initial CMake files
authorNemanja Trifunovic <ntrifunovic@hotmail.com>
Sun, 18 Oct 2015 00:16:06 +0000 (20:16 -0400)
committerNemanja Trifunovic <ntrifunovic@hotmail.com>
Sun, 18 Oct 2015 00:16:06 +0000 (20:16 -0400)
CMakeLists.txt [new file with mode: 0644]
samples/CMakeLists.txt [new file with mode: 0644]

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..4a23de7
--- /dev/null
@@ -0,0 +1,5 @@
+cmake_minimum_required (VERSION 2.6)
+project (utf8cpp)
+
+include_directories ("${PROJECT_SOURCE_DIR}/source")
+add_subdirectory (samples) 
diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt
new file mode 100644 (file)
index 0000000..255e01c
--- /dev/null
@@ -0,0 +1 @@
+add_executable (sample docsample.cpp)