[Bf-blender-cvs] [b18b53eae00] master: CMake: add missing headers

Campbell Barton noreply at git.blender.org
Tue Jan 31 04:24:12 CET 2023


Commit: b18b53eae00d3069751ad3c23df15a1a8d3396a1
Author: Campbell Barton
Date:   Tue Jan 31 14:22:26 2023 +1100
Branches: master
https://developer.blender.org/rBb18b53eae00d3069751ad3c23df15a1a8d3396a1

CMake: add missing headers

===================================================================

M	source/blender/blenlib/CMakeLists.txt

===================================================================

diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 26a425ad3c9..df73253f39e 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -273,9 +273,13 @@ set(SRC
   BLI_math_inline.h
   BLI_math_interp.h
   BLI_math_matrix.h
+  BLI_math_matrix.hh
+  BLI_math_matrix_types.hh
   BLI_math_mpq.hh
   BLI_math_rotation.h
+  BLI_math_rotation.hh
   BLI_math_rotation_legacy.hh
+  BLI_math_rotation_types.hh
   BLI_math_solvers.h
   BLI_math_statistics.h
   BLI_math_time.h



More information about the Bf-blender-cvs mailing list