diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-31 00:05:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-31 00:05:57 +0000 |
commit | fbf9b5476d12a653e95fd4317e9ee424ef06b058 (patch) | |
tree | 6d3cb5f5786dbcbc905d0a956d4cc1e5d6814319 /flow | |
parent | 1b2094d73f2a970b8246aa02af25c027069abeaa (diff) | |
download | arts-fbf9b5476d12a653e95fd4317e9ee424ef06b058.tar.gz arts-fbf9b5476d12a653e95fd4317e9ee424ef06b058.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
Diffstat (limited to 'flow')
-rw-r--r-- | flow/gsl/CMakeLists.txt | 1 |
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} ) |