Moved the matrix implimentation out of the hpp file

This commit is contained in:
Quinn Henthorne
2024-12-13 11:36:22 -05:00
parent 2d097701bd
commit 92c48e78f8
4 changed files with 447 additions and 434 deletions

View File

@@ -26,6 +26,7 @@ target_include_directories(Vector3D PUBLIC
add_library(Matrix
STATIC
Matrix.hpp
Matrix.cpp
)
set_target_properties(Matrix