diff options
Diffstat (limited to 'mcop_mt/CMakeLists.txt')
-rw-r--r-- | mcop_mt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcop_mt/CMakeLists.txt b/mcop_mt/CMakeLists.txt index 3891a4b..832b6d8 100644 --- a/mcop_mt/CMakeLists.txt +++ b/mcop_mt/CMakeLists.txt @@ -22,7 +22,7 @@ include_directories( ##### mcop_mt (shared lib ) ##################### tde_add_library( mcop_mt SHARED - SOURCES threads_posix.cc + SOURCES threads_posix.cpp VERSION 1.0.0 LINK artsflow-shared pthread DESTINATION ${LIB_INSTALL_DIR} |