raytracer-c/benchmark/CMakeLists.txt
2022-07-24 04:20:21 -04:00

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)