Step 222: workflow evaluation tasks

This commit is contained in:
Bill
2026-02-10 08:02:24 -07:00
parent 66c1b50ad7
commit 1ce68176d1
24 changed files with 406 additions and 1 deletions

View File

@@ -1148,6 +1148,9 @@ target_include_directories(step220_test PRIVATE src)
add_executable(step221_test tests/step221_test.cpp)
target_include_directories(step221_test PRIVATE src)
add_executable(step222_test tests/step222_test.cpp)
target_include_directories(step222_test PRIVATE src)
add_executable(step213_test tests/step213_test.cpp)
target_include_directories(step213_test PRIVATE src)
target_link_libraries(step213_test PRIVATE nlohmann_json::nlohmann_json)