Step 200: startup and performance improvements

This commit is contained in:
Bill
2026-02-10 05:22:46 -07:00
parent 02063766a8
commit 2fa307ef2c
9 changed files with 162 additions and 21 deletions

View File

@@ -1136,6 +1136,9 @@ target_include_directories(step198_test PRIVATE src)
add_executable(step199_test tests/step199_test.cpp)
target_include_directories(step199_test PRIVATE src)
add_executable(step200_test tests/step200_test.cpp)
target_include_directories(step200_test PRIVATE src)
find_package(SDL2 CONFIG REQUIRED)
find_package(OpenGL REQUIRED)
find_package(glad CONFIG REQUIRED)