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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-21 03:31:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-21 03:33:50 +0300
commit94f83a4ebd929e7c4f405b1c78d9db842dfe1689 (patch)
treed56bbe15952baa67e3ba96354b32a4b32993852c /intern/clog/CMakeLists.txt
parent9e4d561a8b7db26bf8ba70e0198c3a465609c96d (diff)
Fix T61765: thread-unsafe logging used
Diffstat (limited to 'intern/clog/CMakeLists.txt')
-rw-r--r--intern/clog/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/clog/CMakeLists.txt b/intern/clog/CMakeLists.txt
index 8bf7b66f7ec..e752ffdb623 100644
--- a/intern/clog/CMakeLists.txt
+++ b/intern/clog/CMakeLists.txt
@@ -18,6 +18,7 @@
set(INC
.
+ ../atomic
../guardedalloc
)