summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-07-02 14:30:35 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-07-02 14:30:35 -0400
commit44e99410245e8baf7caceddb5e9860a1d0a1dd59 (patch)
tree873a88c11fd6f2baa12c6eea40062e4e83e71763
Adding some empty files with start with.
-rw-r--r--ext/CMakeLists.txt4
-rw-r--r--inc/dpsource.hxx10
-rw-r--r--source/dpsource.cxx10
3 files changed, 24 insertions, 0 deletions
diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt
new file mode 100644
index 0000000..ab6bbfe
--- /dev/null
+++ b/ext/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 2.6)
+project(DP_SOURCE_EXTENSION)
+
+add_subdirectory(../source)
diff --git a/inc/dpsource.hxx b/inc/dpsource.hxx
new file mode 100644
index 0000000..577d731
--- /dev/null
+++ b/inc/dpsource.hxx
@@ -0,0 +1,10 @@
+#ifndef __DP_SOURCE_HXX__
+#define __DP_SOURCE_HXX__
+
+namespace dpsource {
+
+
+
+}
+
+#endif
diff --git a/source/dpsource.cxx b/source/dpsource.cxx
new file mode 100644
index 0000000..8392fad
--- /dev/null
+++ b/source/dpsource.cxx
@@ -0,0 +1,10 @@
+
+
+#include "dpsource.hxx"
+
+namespace dpsouce {
+
+
+
+
+}