summaryrefslogtreecommitdiffstats
path: root/mcop_mt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-12-06 19:28:06 +0900
committerMichele Calgaro <[email protected]>2020-12-06 19:28:06 +0900
commit00d4f92b717fbcbed6f9eee361975d6ee5380d59 (patch)
tree043b5970d66e539e1fbf6dde03440d6569e34c4e /mcop_mt
parent2f53bfe61c8ee78ff36ac6c66ae714b01e407b33 (diff)
downloadarts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.tar.gz
arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mcop_mt')
-rw-r--r--mcop_mt/CMakeLists.txt2
-rw-r--r--mcop_mt/threads_posix.cpp (renamed from mcop_mt/threads_posix.cc)0
2 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}
diff --git a/mcop_mt/threads_posix.cc b/mcop_mt/threads_posix.cpp
index 6fa953c..6fa953c 100644
--- a/mcop_mt/threads_posix.cc
+++ b/mcop_mt/threads_posix.cpp