typstgen/config.nims

11 lines
240 B
Text
Raw Normal View History

2024-10-30 14:22:23 -05:00
task build, "build":
switch("outdir", "bin")
setCommand "c", "src/typstgen.nim"
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config