fix: examples require threading package
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
2c99d183ba
commit
f05bbbd294
|
@ -11,6 +11,9 @@ srcDir = "src"
|
|||
|
||||
requires "nim >= 1.6.0"
|
||||
|
||||
taskrequires "examples", "threading"
|
||||
taskrequires "examples_debug", "threading"
|
||||
|
||||
let examples = @[
|
||||
"info",
|
||||
"list_all_properties",
|
||||
|
|
Loading…
Reference in New Issue