Sprint 2 Step 23: Emacs integration

This commit is contained in:
Bill
2026-02-06 21:55:58 -07:00
parent dfa40b7802
commit 00a5c8430d
2 changed files with 19 additions and 0 deletions

View File

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