parent
baad8ba4a8
commit
176a425635
1 changed files with 3 additions and 2 deletions
@ -1,9 +1,10 @@ |
||||
package("taskflow") |
||||
package("cpp-taskflow") |
||||
|
||||
set_homepage("https://cpp-taskflow.github.io/") |
||||
set_description("A fast C++ header-only library to help you quickly write parallel programs with complex task dependencies") |
||||
|
||||
set_urls("https://github.com/cpp-taskflow/cpp-taskflow/archive/v$(version).zip") |
||||
add_urls("https://github.com/cpp-taskflow/cpp-taskflow.git") |
||||
add_urls("https://github.com/cpp-taskflow/cpp-taskflow/archive/v$(version).zip") |
||||
add_versions("2.2.0", "6b3c3b083e6e93a988cebc8bbf794a78f61904efab21f1e3a667b3cf60d58ca2") |
||||
|
||||
add_deps("cmake") |
Loading…
Reference in new issue