[WIP] start chapter 10.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
cmake_minimum_required(VERSION 3.19)
|
||||
|
||||
project(raytracing_test)
|
||||
|
||||
@@ -20,6 +20,7 @@ add_executable(raytracing_test
|
||||
07_making_scene.cpp
|
||||
08_shadows.cpp
|
||||
09_planes.cpp
|
||||
10_patterns.cpp
|
||||
)
|
||||
|
||||
include_directories("${CMAKE_SOURCE_DIR}/tests")
|
||||
|
||||
Reference in New Issue
Block a user