summaryrefslogtreecommitdiffstats
path: root/flow/gslpp
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-06 15:27:35 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-06 15:27:35 +0000
commit4388c9f844be237080c30661997d5d56b2aecb5a (patch)
tree4a3f01ae3b8cebb7647bc7f050f8c4a2f57c633f /flow/gslpp
parent435ac45427c2ab7517ed2d1deeed2be983679131 (diff)
downloadarts-4388c9f844be237080c30661997d5d56b2aecb5a.tar.gz
arts-4388c9f844be237080c30661997d5d56b2aecb5a.zip
[dependencies/arts] restyle and migrate to tde_ macrossoundserver/CMakeLists.txt
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1183226 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/gslpp')
-rw-r--r--flow/gslpp/CMakeLists.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/flow/gslpp/CMakeLists.txt b/flow/gslpp/CMakeLists.txt
index bf145a6..cd8576c 100644
--- a/flow/gslpp/CMakeLists.txt
+++ b/flow/gslpp/CMakeLists.txt
@@ -16,9 +16,11 @@ include_directories(
${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
+##### gslpp (static lib) ########################
+
+set( target gslpp )
+
+tde_add_library( ${target} STATIC_PIC
+ SOURCES datahandle.cpp
+)