Step 107a: add text mode toggle

This commit is contained in:
Bill
2026-02-09 11:46:57 -07:00
parent bd05b8a68f
commit a8c7b2adfc
5 changed files with 81 additions and 4 deletions

View File

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