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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-05-19 11:20:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit0d089ce88121f4bbdd93e9fd899d69ac7fba7a2a (patch)
treee8830d53a2ea953e60e6d839bd59b60b9b24981d /intern/opensubdiv/CMakeLists.txt
parent4ab36c4393cea18c4e4eff97bf011169b165ac91 (diff)
OpenSubdiv: Refactor, move edge map to base folder
Diffstat (limited to 'intern/opensubdiv/CMakeLists.txt')
-rw-r--r--intern/opensubdiv/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index f4bfaf52df1..6c8275b5b60 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -51,6 +51,7 @@ if(WITH_OPENSUBDIV)
list(APPEND SRC
# Base.
+ internal/base/edge_map.h
internal/base/memory.h
# Device.
@@ -78,7 +79,6 @@ if(WITH_OPENSUBDIV)
internal/opensubdiv_util.cc
internal/opensubdiv_converter_internal.h
- internal/opensubdiv_edge_map.h
internal/opensubdiv_evaluator_internal.h
internal/opensubdiv_internal.h
internal/opensubdiv_util.h