aboutsummaryrefslogtreecommitdiff
path: root/tlconfig.lua
blob: a6667cb1ad50c30531cb956e9f6a4b606778f6eb (plain)
1
2
3
4
5
return {
    build_dir = "build",
    source_dir = "src",
    include_dir = { "src" },
 }