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/opensubdiv/CMakeLists.txt')
-rw-r--r--intern/opensubdiv/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index eae09bf5dd6..0bf3bbcb2b9 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -50,6 +50,9 @@ if(WITH_OPENSUBDIV)
)
list(APPEND SRC
+ # Base.
+ internal/base/memory.h
+
# Device.
internal/device/device_context_cuda.cc
internal/device/device_context_cuda.h