diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-12 17:29:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-12 17:29:01 -0600 |
commit | c85bc12559cbeaa3e18544a459adab147267007e (patch) | |
tree | f23da27b33ef336c362dc947f47cb95c608ac95c /flow | |
parent | d548013bdb885cac474191d0efdda85685417f08 (diff) | |
download | arts-c85bc12559cbeaa3e18544a459adab147267007e.tar.gz arts-c85bc12559cbeaa3e18544a459adab147267007e.zip |
Add jack support to CMake
Diffstat (limited to 'flow')
-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 3ab8fd2..da41aee 100644 --- a/flow/CMakeLists.txt +++ b/flow/CMakeLists.txt @@ -66,7 +66,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED SOURCES ${${target}_SRCS} VERSION 1.0.0 - LINK artsgsl-static artsgslpp-static artsflow_idl-shared ${AUDIOFILE_LIBRARIES} + LINK artsgsl-static artsgslpp-static artsflow_idl-shared ${AUDIOFILE_LIBRARIES} ${LIBJACK_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |