8 lines
272 B
CMake
8 lines
272 B
CMake
add_executable(sphere_shadow_500_500
|
|
sphere_shadow_500_500.c)
|
|
target_link_libraries(sphere_shadow_500_500 PRIVATE
|
|
module_utilities
|
|
module_raytracer
|
|
module_shapes
|
|
Unity)
|
|
add_test(benchmark_sphere_shadow_500_500 sphere_shadow_500_500) |