Sprint 2 Step 24: Orchestrator spawns Emacs

This commit is contained in:
Bill
2026-02-06 22:15:46 -07:00
parent 00a5c8430d
commit 5f0c74dec2
4 changed files with 73 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ target_include_directories(step22_test PRIVATE src)
add_executable(step23_test tests/step23_test.cpp)
target_include_directories(step23_test PRIVATE src)
add_executable(step24_test tests/step24_test.cpp)
target_include_directories(step24_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