From 39cf6731320f2592b7c5058b8227d034c290c964 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 19 May 2020 10:55:56 +0200 Subject: OpenSubdiv: Refactor, move base C-API file to base folder --- intern/opensubdiv/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'intern/opensubdiv/CMakeLists.txt') diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt index 3afa90b04c9..da26c76aa30 100644 --- a/intern/opensubdiv/CMakeLists.txt +++ b/intern/opensubdiv/CMakeLists.txt @@ -53,6 +53,7 @@ if(WITH_OPENSUBDIV) # Base. internal/base/edge_map.h internal/base/memory.h + internal/base/opensubdiv_capi.cc internal/base/type_convert.cc internal/base/type_convert.h @@ -79,9 +80,7 @@ if(WITH_OPENSUBDIV) internal/topology/topology_refiner_impl.cc internal/topology/topology_refiner_impl.h - internal/opensubdiv.cc internal/opensubdiv_util.cc - internal/opensubdiv_util.h ) -- cgit v1.2.3