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 15:30:58 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit6a8193e505a33c1a09c9afd01630c7a56a6019f2 (patch)
tree0caaf3d1ab1b4e06b1203b9f2d24a95730901ca9 /intern/opensubdiv/CMakeLists.txt
parentece54172d001332ca9ea0f2046276b7d03547190 (diff)
OpenSubdiv: Refactor, move mesh topology comparison to own file
Makes it easier to follow and extend.
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 98bb723ebd9..efa8fccd8b6 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -79,6 +79,7 @@ if(WITH_OPENSUBDIV)
# Topology.
internal/topology/mesh_topology.cc
+ internal/topology/mesh_topology_compare.cc
internal/topology/mesh_topology.h
internal/topology/topology_refiner_capi.cc
internal/topology/topology_refiner_factory.cc