From d548013bdb885cac474191d0efdda85685417f08 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 12 Jan 2012 17:27:54 -0600 Subject: Add ESD support to CMake --- mcop_mt/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mcop_mt') 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} ) -- cgit v1.2.1