diff options
Diffstat (limited to 'flow/CMakeLists.txt')
-rw-r--r-- | flow/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/CMakeLists.txt b/flow/CMakeLists.txt index aa26352..40be36d 100644 --- a/flow/CMakeLists.txt +++ b/flow/CMakeLists.txt @@ -65,7 +65,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED SOURCES ${${target}_SRCS} VERSION 1.0.0 - LINK gsl-static gslpp-static artsflow_idl-shared ${AUDIOFILE_LIBRARIES} + LINK artsgsl-static artsgslpp-static artsflow_idl-shared ${AUDIOFILE_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |