Canvas implementation and add build of LodePNG
This commit is contained in:
@@ -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)
|
||||
set(TESTS_SRC tuples_test.cpp colour_test.cpp canvas_test.cpp)
|
||||
|
||||
add_executable(testMyRays)
|
||||
target_include_directories(testMyRays PUBLIC ${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user