diff options
author | Keuin <[email protected]> | 2022-04-14 12:54:06 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-14 12:58:28 +0800 |
commit | a41fbf75aff54f4d3bd88793cdf2bf281ea9ee01 (patch) | |
tree | f6f65379568a80c2c22692d1914215c582a9b338 /CMakeLists.txt | |
parent | e46e1c4033b9d96325de3295eb442a5b1fa19f19 (diff) |
Add pixel and bitmap color depth conversion.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |