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} )