From a41fbf75aff54f4d3bd88793cdf2bf281ea9ee01 Mon Sep 17 00:00:00 2001 From: Keuin Date: Thu, 14 Apr 2022 12:54:06 +0800 Subject: Add pixel and bitmap color depth conversion. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c531ea9..91b234c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ add_executable(simple_scanner main_simple_scanner.cpp vec.h bitmap.h ray.h timer # googletest -add_executable(all_tests test.cpp vec.h bitmap.h ray.h) +add_executable(all_tests test_vec.cpp test_bitmap.cpp vec.h bitmap.h ray.h) target_link_libraries(all_tests gtest_main) include(FetchContent) -- cgit v1.2.3