Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-07-02 17:19:18 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-07-03 12:14:06 +0300
commit0f4049db5f3c6be582d878e2ae1e6fd12dcad6bf (patch)
treed9c9bf68ce097bc23c409b9c7fa19164cd74394d /source/blender/blenlib/CMakeLists.txt
parentedb49d3dc2e3a2bd3048cfdb55562fb853f37a21 (diff)
BLI: Switch threads implementation file to C++
Allows to use C++ primitives in the primitive implementation.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 2630eb6bbd0..e599b00401a 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -124,7 +124,7 @@ set(SRC
intern/task_pool.cc
intern/task_range.cc
intern/task_scheduler.cc
- intern/threads.c
+ intern/threads.cc
intern/time.c
intern/timecode.c
intern/timeit.cc