[FEAT] Finish the Chapter 05 with the render of a sphere shadow.
This commit is contained in:
@@ -5,7 +5,6 @@ project(main)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(raytracer main.cpp)
|
||||
# We need hello.h and the hello library
|
||||
target_link_libraries(raytracer
|
||||
PRIVATE raytracing)
|
||||
add_executable(chapter_05 chapter_05.cpp)
|
||||
|
||||
target_link_libraries(chapter_05 PRIVATE raytracing)
|
||||
|
||||
Reference in New Issue
Block a user