Sprint 2 Step 32: Import via tree-sitter

This commit is contained in:
Bill
2026-02-06 23:41:36 -07:00
parent 7a943da12d
commit 0bbfc36ebe
3 changed files with 42 additions and 13 deletions

View File

@@ -109,6 +109,9 @@ target_include_directories(step30_test PRIVATE src)
add_executable(step31_test tests/step31_test.cpp)
target_include_directories(step31_test PRIVATE src)
add_executable(step32_test tests/step32_test.cpp)
target_include_directories(step32_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