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