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/container/CMakeLists.txt')
-rw-r--r--intern/container/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/container/CMakeLists.txt b/intern/container/CMakeLists.txt
index 7f15854e538..7e83acf68ce 100644
--- a/intern/container/CMakeLists.txt
+++ b/intern/container/CMakeLists.txt
@@ -26,11 +26,13 @@
set(INC
.
+ ../guardedalloc
)
set(SRC
intern/CTR_List.cpp
+ CTR_HashedPtr.h
CTR_List.h
CTR_Map.h
CTR_TaggedIndex.h