Sprint 2 Step 30: Emacs ↔ MPS synchronization

This commit is contained in:
Bill
2026-02-06 23:30:34 -07:00
parent 9f2373f335
commit 3e338b35a6
3 changed files with 48 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ target_include_directories(step28_test PRIVATE src)
add_executable(step29_test tests/step29_test.cpp)
target_include_directories(step29_test PRIVATE src)
add_executable(step30_test tests/step30_test.cpp)
target_include_directories(step30_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