From d0a89797ad51c1564154a213740490c21388caf4 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 19 Dec 2025 12:39:00 +0100 Subject: [PATCH] test change --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed52791..44d7787 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,16 +27,6 @@ else() *.cpp ) add_library(LinearAlgebra STATIC ${srcs} - # "FloatSingle.cpp" - # "Angle.cpp" - # "Vector2.cpp" - # "Vector3.cpp" - # "Quaternion.cpp" - # "Polar.cpp" - # "Spherical.cpp" - # "Matrix.cpp" - # "SwingTwist.cpp" - # "Direction.cpp" ) enable_testing()