summaryrefslogtreecommitdiff
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
parent59728492878a37da51823139e6f42df01c8e40d9 (diff)
More cmake stuff
-rw-r--r--cmake/CMakeLists.txt5
-rw-r--r--ext/CMakeLists.txt4
2 files changed, 5 insertions, 4 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)
diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt
deleted file mode 100644
index ab6bbfe..0000000
--- a/ext/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-project(DP_SOURCE_EXTENSION)
-
-add_subdirectory(../source)