From 2252bc6a5527cd7360d1ccfe7a2d1bc640a8dfa6 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 18 Mar 2022 10:57:45 +0100 Subject: BLI: move CPPType to blenlib For more detail about `CPPType`, see `BLI_cpp_type.hh` and D14367. Differential Revision: https://developer.blender.org/D14367 --- source/blender/blenlib/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenlib/CMakeLists.txt') diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index 6e3e84f6495..057d94a6f39 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -50,6 +50,7 @@ set(SRC intern/boxpack_2d.c intern/buffer.c intern/convexhull_2d.c + intern/cpp_type.cc intern/delaunay_2d.cc intern/dot_export.cc intern/dynlib.c @@ -170,6 +171,8 @@ set(SRC BLI_compiler_typecheck.h BLI_console.h BLI_convexhull_2d.h + BLI_cpp_type_make.hh + BLI_cpp_type.hh BLI_delaunay_2d.h BLI_dial_2d.h BLI_disjoint_set.hh @@ -403,6 +406,7 @@ if(WITH_GTESTS) tests/BLI_array_utils_test.cc tests/BLI_bounds_test.cc tests/BLI_color_test.cc + tests/BLI_cpp_type_test.cc tests/BLI_delaunay_2d_test.cc tests/BLI_disjoint_set_test.cc tests/BLI_edgehash_test.cc -- cgit v1.2.3