From 1450a375553d4549276f9098a7e43f740059489d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Sep 2018 21:23:25 +1000 Subject: CMake: add missing headers --- intern/opensubdiv/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/opensubdiv') diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt index f11d9b4613a..e145500e019 100644 --- a/intern/opensubdiv/CMakeLists.txt +++ b/intern/opensubdiv/CMakeLists.txt @@ -69,12 +69,14 @@ if(WITH_OPENSUBDIV) internal/opensubdiv_topology_refiner_internal.cc internal/opensubdiv_util.cc + internal/opensubdiv_converter_factory.h internal/opensubdiv_converter_internal.h internal/opensubdiv_converter_orient.h internal/opensubdiv_converter_orient_impl.h internal/opensubdiv_device_context_cuda.h internal/opensubdiv_device_context_opencl.h internal/opensubdiv_evaluator_internal.h + internal/opensubdiv_gl_mesh_draw.h internal/opensubdiv_gl_mesh_fvar.h internal/opensubdiv_gl_mesh_internal.h internal/opensubdiv_internal.h -- cgit v1.2.3