Skip to content

Commit

Permalink
taskflow as headeronly
Browse files Browse the repository at this point in the history
  • Loading branch information
samayala22 committed Aug 9, 2024
1 parent f769f70 commit 2fb51bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/taskflow.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
package("taskflow_custom")
set_kind("library", {headeronly = true})
set_homepage("https://taskflow.github.io/")
set_description("A fast C++ header-only library to help you quickly write parallel programs with complex task dependencies")
set_license("MIT")
set_urls("https://github.com/samayala22/taskflow.git")

if is_plat("linux") then
Expand Down

0 comments on commit 2fb51bd

Please sign in to comment.