CMakeLists.txt kolabformat/python

Christian Mollekopf mollekopf at kolabsys.com
Sat Jan 5 19:35:21 CET 2013


 CMakeLists.txt                    |    1 +
 kolabformat/python/CMakeLists.txt |    4 ++++
 2 files changed, 5 insertions(+)

New commits:
commit 0230a4ee515485216ceb5fc70b1219fe27af329a
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Sat Jan 5 19:35:09 2013 +0100

    kolabobject python bindings.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ec1244..b8dcdef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -189,6 +189,7 @@ install(FILES ${Libkolab_BINARY_DIR}/LibkolabConfig.cmake ${Libkolab_BINARY_DIR}
 include(SWIGUtils)
 if(PYTHON_BINDINGS)
     generatePythonBindings(shared shared.i)
+    add_subdirectory(kolabformat/python)
 endif(PYTHON_BINDINGS)
 
 if(PHP_BINDINGS)
diff --git a/kolabformat/python/CMakeLists.txt b/kolabformat/python/CMakeLists.txt
new file mode 100644
index 0000000..5ff8bfe
--- /dev/null
+++ b/kolabformat/python/CMakeLists.txt
@@ -0,0 +1,4 @@
+include_directories(../)
+include(SWIGUtils)
+generatePythonBindings(kolabobject ../kolabobject.i)
+





More information about the commits mailing list