From 48857018a51f8324660c817334dc3fc19439d365 Mon Sep 17 00:00:00 2001 From: luis Date: Thu, 24 Sep 2026 19:32:45 -0300 Subject: [PATCH] Dep/g3d: Add used headers to CMakeLists --- dep/g3dlite/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dep/g3dlite/CMakeLists.txt b/dep/g3dlite/CMakeLists.txt index 7116b512f..9c3558f74 100644 --- a/dep/g3dlite/CMakeLists.txt +++ b/dep/g3dlite/CMakeLists.txt @@ -64,7 +64,9 @@ target_sources(g3dlib include/G3D/AABox.h include/G3D/BoundsTrait.h include/G3D/Box.h + include/G3D/CollisionDetection.h include/G3D/CoordinateFrame.h + include/G3D/Cylinder.h include/G3D/g3dmath.h include/G3D/Matrix3.h include/G3D/Matrix4.h @@ -101,4 +103,4 @@ if(USE_COREPCH) [["G3D/Vector3.h"]]) add_cxx_pch(g3dlib "${g3dlib_PCH_HEADERS}") -endif() +endif() \ No newline at end of file