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:
Diffstat (limited to 'intern/guardedalloc/CMakeLists.txt')
-rw-r--r--intern/guardedalloc/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/guardedalloc/CMakeLists.txt b/intern/guardedalloc/CMakeLists.txt
index 7ac978b0edd..1e140c5b674 100644
--- a/intern/guardedalloc/CMakeLists.txt
+++ b/intern/guardedalloc/CMakeLists.txt
@@ -36,6 +36,9 @@ set(SRC
./intern/mallocn.c
MEM_guardedalloc.h
+
+ # include here since its a header-only
+ ../atomic/atomic_ops.h
)
if(WIN32 AND NOT UNIX)