Compare commits

...

2 Commits

Author SHA1 Message Date
8756aa5d99 Merge branch 'CI' into 0.4_dev 2025-12-19 12:39:53 +01:00
d0a89797ad test change
All checks were successful
Build and Run C++ Unit Tests / build-and-test (push) Successful in 2m6s
2025-12-19 12:39:00 +01:00

View File

@ -27,16 +27,6 @@ else()
*.cpp *.cpp
) )
add_library(LinearAlgebra STATIC ${srcs} 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() enable_testing()