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:49:41 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit0ff665e4cedc74a81a3b657263a31ac8169a476f (patch)
treebdd889d74be58b469079454925a359a4757061ea /intern/opensubdiv/CMakeLists.txt
parent4886a704b313e480edba8e250c38387b30669ea4 (diff)
OpenSubdiv: Refactor, move type conversion to base fodler
Diffstat (limited to 'intern/opensubdiv/CMakeLists.txt')
-rw-r--r--intern/opensubdiv/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index 90895cf6ed3..3afa90b04c9 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -53,6 +53,8 @@ if(WITH_OPENSUBDIV)
# Base.
internal/base/edge_map.h
internal/base/memory.h
+ internal/base/type_convert.cc
+ internal/base/type_convert.h
# Device.
internal/device/device_context_cuda.cc
@@ -78,10 +80,8 @@ if(WITH_OPENSUBDIV)
internal/topology/topology_refiner_impl.h
internal/opensubdiv.cc
- internal/opensubdiv_converter_internal.cc
internal/opensubdiv_util.cc
- internal/opensubdiv_converter_internal.h
internal/opensubdiv_util.h
)