Split into multiple files
This commit is contained in:
parent
293e8cca85
commit
cf629494a4
9 changed files with 900 additions and 888 deletions
|
|
@ -5,13 +5,13 @@ author = "genotrance"
|
|||
description = "c2nim helper to simplify and automate the wrapping of C libraries"
|
||||
license = "MIT"
|
||||
|
||||
bin = @["nimgen"]
|
||||
srcDir = "src"
|
||||
skipDirs = @["tests"]
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.17.0", "c2nim >= 0.9.13", "regex >= 0.7.1"
|
||||
|
||||
bin = @["nimgen"]
|
||||
|
||||
task test, "Test nimgen":
|
||||
exec "nim e tests/nimgentest.nims"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue