summaryrefslogtreecommitdiffstats
path: root/flow/gslpp
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gslpp')
-rw-r--r--flow/gslpp/CMakeLists.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/flow/gslpp/CMakeLists.txt b/flow/gslpp/CMakeLists.txt
new file mode 100644
index 0000000..bf145a6
--- /dev/null
+++ b/flow/gslpp/CMakeLists.txt
@@ -0,0 +1,24 @@
+#################################################
+#
+# (C) 2010 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR}/..
+ ${CMAKE_CURRENT_SOURCE_DIR}/..
+ ${CMAKE_BINARY_DIR}/mcop
+ ${GLIB2_INCLUDE_DIRS}
+)
+
+set( gslpp_SRCS
+ datahandle.cpp
+)
+
+add_library( gslpp STATIC ${gslpp_SRCS} )
+set_target_properties( gslpp PROPERTIES COMPILE_FLAGS -fPIC) \ No newline at end of file