[ADD] add a skeleton of the group and refactor some test datas.

This commit is contained in:
NADAL Jean-Baptiste
2024-03-22 11:59:00 +01:00
parent b3490b146e
commit f05603cb29
15 changed files with 403 additions and 131 deletions

View File

@@ -12,6 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_executable(raytracing_test
main_test.cpp
00_common_data.cpp
01_tuples.cpp
02_1_colors.cpp
02_2_canvas.cpp
@@ -26,6 +27,7 @@ add_executable(raytracing_test
11_reflection_refraction.cpp
12_cubes.cpp
13_cylinders.cpp
14_groups.cpp
)
include_directories("${CMAKE_SOURCE_DIR}/tests")