typstgen/config.nims
2024-10-30 14:22:23 -05:00

10 lines
240 B
Nim

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