Smart parellalization

This commit is contained in:
2026-06-28 09:37:09 -04:00
parent 1813b3f5cf
commit ac98871cfc
9 changed files with 275 additions and 73 deletions

5
cmake/taskflow.cmake Normal file
View File

@@ -0,0 +1,5 @@
CPMAddPackage (
URI "gh:taskflow/taskflow@4.1.0"
OPTIONS "TF_BUILD_EXAMPLES off"
OPTIONS "TF_BUILD_TESTS off"
)