Sprint 2 Step 20: Mutation via UI

This commit is contained in:
Bill
2026-02-06 21:37:45 -07:00
parent 91e52e28d2
commit b0b917eed1
3 changed files with 37 additions and 1 deletions

View File

@@ -73,6 +73,9 @@ target_include_directories(step18_test PRIVATE src)
add_executable(step19_test tests/step19_test.cpp)
target_include_directories(step19_test PRIVATE src)
add_executable(step20_test tests/step20_test.cpp)
target_include_directories(step20_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