Refactored the src dir layout

This commit is contained in:
2025-02-06 22:02:50 -05:00
parent 3b023d2104
commit 39274eb964
11 changed files with 157 additions and 90 deletions

View File

@@ -17,7 +17,7 @@ add_executable(matrix-tests matrix-tests.cpp)
target_link_libraries(matrix-tests
PRIVATE
vector-3d-intf
matrix-intf
Catch2::Catch2WithMain
)
@@ -26,6 +26,7 @@ add_executable(vector-tests vector-tests.cpp)
target_link_libraries(vector-tests
PRIVATE
matrix-intf
vector-3d-intf
Catch2::Catch2WithMain
)