Add Colour implementation

This commit is contained in:
Godzil
2020-02-14 15:08:40 +00:00
parent 332e73a3d9
commit f3678992c5
5 changed files with 97 additions and 4 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)
set(TESTS_SRC tuples_test.cpp colour_test.cpp)
add_executable(testMyRays)
target_include_directories(testMyRays PUBLIC ${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})