summaryrefslogtreecommitdiff
path: root/xmake/templates/c/tbox.shared/template.lua
blob: 57f706e9945bc5eb10b1a8fcc7b4fbb2dd0f4a07 (plain)
1
2
3
4
5
6
7
8
9
template("tbox.shared")
    add_configfiles("xmake.lua")
    add_configfiles("src/_demo/main.c")
    add_configfiles("src/_demo/xmake.lua")
    add_configfiles("src/_library/xmake.lua")
    after_create(function (template)
        os.mv("src/_library", "src/${TARGETNAME}")
        os.mv("src/_demo", "src/${TARGETNAME}_demo")
    end)