Sprint 2 Step 26: Orchestrator ↔ Emacs RPC

This commit is contained in:
Bill
2026-02-06 22:43:07 -07:00
parent 767c4557f5
commit 78efb99f63
3 changed files with 35 additions and 19 deletions

View File

@@ -91,6 +91,9 @@ target_include_directories(step24_test PRIVATE src)
add_executable(step25_test tests/step25_test.cpp)
target_include_directories(step25_test PRIVATE src)
add_executable(step26_test tests/step26_test.cpp)
target_include_directories(step26_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