diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-12 17:27:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-12 17:27:54 -0600 |
commit | d548013bdb885cac474191d0efdda85685417f08 (patch) | |
tree | c0792482daae404ab66cb98c8fd1dfa9d33cd066 /artsc | |
parent | b73042f8dd7e537374bff3754e621f323ab7d109 (diff) | |
download | arts-d548013bdb885cac474191d0efdda85685417f08.tar.gz arts-d548013bdb885cac474191d0efdda85685417f08.zip |
Add ESD support to CMake
Diffstat (limited to 'artsc')
-rw-r--r-- | artsc/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/artsc/CMakeLists.txt b/artsc/CMakeLists.txt index 51c5144..855c302 100644 --- a/artsc/CMakeLists.txt +++ b/artsc/CMakeLists.txt @@ -43,6 +43,7 @@ install( PROGRAMS include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/artsc ${CMAKE_BINARY_DIR}/mcop ${CMAKE_SOURCE_DIR}/mcop ${CMAKE_BINARY_DIR}/flow @@ -64,7 +65,7 @@ install( FILES tde_add_library( artsdsp SHARED SOURCES artsdsp.c VERSION 0.0.0 - LINK artsc-shared + LINK artsc-shared dl DESTINATION ${LIB_INSTALL_DIR} ) |