Step 116: project save/load

This commit is contained in:
Bill
2026-02-09 12:52:20 -07:00
parent b007fee31e
commit 9c74603b10
6 changed files with 244 additions and 2 deletions

View File

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