summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-31 00:05:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-31 00:05:57 +0000
commitfbf9b5476d12a653e95fd4317e9ee424ef06b058 (patch)
tree6d3cb5f5786dbcbc905d0a956d4cc1e5d6814319
parent1b2094d73f2a970b8246aa02af25c027069abeaa (diff)
downloadarts-fbf9b547.tar.gz
arts-fbf9b547.zip
Add gsl static library to installed files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1234283 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--flow/gsl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/flow/gsl/CMakeLists.txt b/flow/gsl/CMakeLists.txt
index 952311b..7c65553 100644
--- a/flow/gsl/CMakeLists.txt
+++ b/flow/gsl/CMakeLists.txt
@@ -146,5 +146,6 @@ set( ${target}_SRCS
tde_add_library( ${target} STATIC_PIC
SOURCES ${${target}_SRCS}
LINK ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${VORBISFILE_LIBRARIES} ${MAD_LIBRARIES}
+ DESTINATION ${LIB_INSTALL_DIR}
)