Sprint 2 Step 22: Undo/Redo UI

This commit is contained in:
Bill
2026-02-06 21:48:25 -07:00
parent 3b80ff4250
commit dfa40b7802
3 changed files with 33 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ target_include_directories(step20_test PRIVATE src)
add_executable(step21_test tests/step21_test.cpp)
target_include_directories(step21_test PRIVATE src)
add_executable(step22_test tests/step22_test.cpp)
target_include_directories(step22_test PRIVATE src)
add_executable(whetstone_editor src/main.cpp)
target_include_directories(whetstone_editor PRIVATE src)
# find_package(SDL2 REQUIRED) # Commented out for now to avoid build issues