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 13:02:54 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commitad4cef38e3ebe3998d6e5e2c8edee42670b85991 (patch)
tree7091ffa6d000608921868a46a34e9eeda042c467 /intern/opensubdiv/CMakeLists.txt
parent614d70a87dc3d439d620f1df8930c37d47df3803 (diff)
OpenSubdiv: Refactor, move comparison to own file
Diffstat (limited to 'intern/opensubdiv/CMakeLists.txt')
-rw-r--r--intern/opensubdiv/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index 70c5453d3bd..98bb723ebd9 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -83,6 +83,7 @@ if(WITH_OPENSUBDIV)
internal/topology/topology_refiner_capi.cc
internal/topology/topology_refiner_factory.cc
internal/topology/topology_refiner_impl.cc
+ internal/topology/topology_refiner_impl_compare.cc
internal/topology/topology_refiner_impl.h
)