Step 105: add optimization controls panel

This commit is contained in:
Bill
2026-02-09 11:02:25 -07:00
parent 8a85ba298d
commit f7da8eee8d
4 changed files with 228 additions and 0 deletions

View File

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