summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-07-02 15:39:17 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-07-02 15:39:17 -0400
commit6ffaf0552f17ebc95a6451561824076cc4a29b37 (patch)
treed633a9acdedf40dd1473565fbe6543921edd6ed5 /cmake
parent59728492878a37da51823139e6f42df01c8e40d9 (diff)
More cmake stuff
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
new file mode 100644
index 0000000..148fcc4
--- /dev/null
+++ b/cmake/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 2.6)
+project(DP_SOURCE_EXTENSION)
+
+include_directories(../inc)
+add_library(test SHARED ../source/dpsource.cxx)