Step 102: memory strategy dashboard

This commit is contained in:
Bill
2026-02-09 10:41:54 -07:00
parent 7738c3d6b4
commit 60ae9e2d70
5 changed files with 182 additions and 0 deletions

View File

@@ -554,6 +554,10 @@ add_executable(step101_test tests/step101_test.cpp)
target_include_directories(step101_test PRIVATE src)
target_link_libraries(step101_test PRIVATE nlohmann_json::nlohmann_json)
add_executable(step102_test tests/step102_test.cpp)
target_include_directories(step102_test PRIVATE src)
target_link_libraries(step102_test PRIVATE nlohmann_json::nlohmann_json)
find_package(SDL2 CONFIG REQUIRED)
find_package(OpenGL REQUIRED)
find_package(glad CONFIG REQUIRED)