summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/tbox.shared/template.lua
blob: b89f57c26a32fa9c3682759a4868bb2f89ad11d9 (plain)
1
2
3
4
5
6
7
8
9
template("tbox.shared")
    add_configfiles("xmake.lua")
    add_configfiles("src/_demo/main.cpp")
    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)