Skip to content

Commit

Permalink
fix: examples require threading package
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jan 23, 2025
1 parent 2c99d18 commit f05bbbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jacket.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ srcDir = "src"

requires "nim >= 1.6.0"

taskrequires "examples", "threading"
taskrequires "examples_debug", "threading"

let examples = @[
"info",
"list_all_properties",
Expand Down

0 comments on commit f05bbbd

Please sign in to comment.