Started working on 2D patterns.

This commit is contained in:
Godzil
2020-03-04 09:32:11 +00:00
parent 83c12dbd83
commit 5c10d65c8d
5 changed files with 77 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ set(TESTS_SRC math_test.cpp tuple_test.cpp colour_test.cpp canvas_test.cpp matri
add_executable(testMyRays)
target_include_directories(testMyRays PUBLIC ${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})
target_include_directories(testMyRays PUBLIC ../source/include)
target_include_directories(testMyRays PUBLIC ../source/include ../source/patter ../source/uvpattern)
target_sources(testMyRays PRIVATE ${TESTS_SRC})
target_link_libraries(testMyRays gtest gtest_main rayonnement Threads::Threads)