First batch of matrix related functions

This commit is contained in:
Godzil
2020-02-14 17:49:51 +00:00
parent fac2212661
commit c4c216647d
5 changed files with 358 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ project(DoRayTested)
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
set(TESTS_SRC tuples_test.cpp colour_test.cpp canvas_test.cpp)
set(TESTS_SRC tuples_test.cpp colour_test.cpp canvas_test.cpp matrix_test.cpp)
add_executable(testMyRays)
target_include_directories(testMyRays PUBLIC ${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})