Sprint 2 Step 34: Full round-trip

This commit is contained in:
Bill
2026-02-06 23:50:56 -07:00
parent 9e080bebfe
commit e4f9cfb78d
2 changed files with 18 additions and 0 deletions

View File

@@ -115,6 +115,9 @@ target_include_directories(step32_test PRIVATE src)
add_executable(step33_test tests/step33_test.cpp)
target_include_directories(step33_test PRIVATE src)
add_executable(step34_test tests/step34_test.cpp)
target_include_directories(step34_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