test change
All checks were successful
Build and Run C++ Unit Tests / build-and-test (push) Successful in 2m6s

This commit is contained in:
Pascal Serrarens 2025-12-19 12:39:00 +01:00
parent 5c6f1a4169
commit d0a89797ad

View File

@ -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()