Sprint 2 Step 35: Optimization lock annotations

This commit is contained in:
Bill
2026-02-07 05:31:36 -07:00
parent e4f9cfb78d
commit 8f39c8edfb
4 changed files with 140 additions and 62 deletions

View File

@@ -118,6 +118,9 @@ target_include_directories(step33_test PRIVATE src)
add_executable(step34_test tests/step34_test.cpp)
target_include_directories(step34_test PRIVATE src)
add_executable(step35_test tests/step35_test.cpp)
target_include_directories(step35_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