Sprint 2 Step 37: Emacs ↔ AST synchronization

This commit is contained in:
Bill
2026-02-07 06:52:35 -07:00
parent 7dc31f48a7
commit c69e1a4250
2 changed files with 19 additions and 0 deletions

View File

@@ -124,6 +124,9 @@ target_include_directories(step35_test PRIVATE src)
add_executable(step36_test tests/step36_test.cpp)
target_include_directories(step36_test PRIVATE src)
add_executable(step37_test tests/step37_test.cpp)
target_include_directories(step37_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