Step 186: keyboard shortcut reference

This commit is contained in:
Bill
2026-02-09 22:54:49 -07:00
parent db2c5d9b07
commit 79826f98d4
9 changed files with 92 additions and 1 deletions

View File

@@ -1086,6 +1086,13 @@ add_executable(step185_integration_test tests/step185_integration_test.cpp)
target_include_directories(step185_integration_test PRIVATE src)
target_link_libraries(step185_integration_test PRIVATE nlohmann_json::nlohmann_json)
add_executable(step186_test tests/step186_test.cpp)
target_include_directories(step186_test PRIVATE src)
add_executable(step186_integration_test tests/step186_integration_test.cpp)
target_include_directories(step186_integration_test PRIVATE src)
target_link_libraries(step186_integration_test PRIVATE nlohmann_json::nlohmann_json)
find_package(SDL2 CONFIG REQUIRED)
find_package(OpenGL REQUIRED)
find_package(glad CONFIG REQUIRED)