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 /mcop_mt | |
parent | b73042f8dd7e537374bff3754e621f323ab7d109 (diff) | |
download | arts-d548013bdb885cac474191d0efdda85685417f08.tar.gz arts-d548013bdb885cac474191d0efdda85685417f08.zip |
Add ESD support to CMake
Diffstat (limited to 'mcop_mt')
-rw-r--r-- | mcop_mt/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mcop_mt/CMakeLists.txt b/mcop_mt/CMakeLists.txt index d3cd471..3891a4b 100644 --- a/mcop_mt/CMakeLists.txt +++ b/mcop_mt/CMakeLists.txt @@ -11,6 +11,11 @@ include_directories( ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/flow + ${CMAKE_BINARY_DIR}/mcop + ${CMAKE_SOURCE_DIR}/flow + ${CMAKE_SOURCE_DIR}/mcop + ${GLIB2_INCLUDE_DIRS} ) @@ -19,6 +24,6 @@ include_directories( tde_add_library( mcop_mt SHARED SOURCES threads_posix.cc VERSION 1.0.0 - LINK artsflow-shared + LINK artsflow-shared pthread DESTINATION ${LIB_INSTALL_DIR} ) |