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>2013-10-31 18:09:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-31 18:09:01 +0400
commit50d1129a57cb1eab3f87ffa1149d4b0ad76a012f (patch)
tree5b5e08a339424ad2687271c6890d14b244582581
parentbdc3e1e5de4f729b7fd878962f0cc745ef4987ed (diff)
add atomic_ops.h to cmake's source code listing.
-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 b7a59da7813..1d041ba5380 100644
--- a/intern/guardedalloc/CMakeLists.txt
+++ b/intern/guardedalloc/CMakeLists.txt
@@ -39,6 +39,9 @@ set(SRC
MEM_guardedalloc.h
./intern/mallocn_intern.h
+
+ # only so the header is known by cmake
+ ../atomic/atomic_ops.h
)
if(WIN32 AND NOT UNIX)