diff options
Diffstat (limited to 'xmake/templates/c++/tbox.shared/project/xmake.lua')
| -rw-r--r-- | xmake/templates/c++/tbox.shared/project/xmake.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/templates/c++/tbox.shared/project/xmake.lua b/xmake/templates/c++/tbox.shared/project/xmake.lua index 1ebaa6e34..02a9271a3 100644 --- a/xmake/templates/c++/tbox.shared/project/xmake.lua +++ b/xmake/templates/c++/tbox.shared/project/xmake.lua @@ -66,4 +66,6 @@ else add_syslinks("pthread", "dl", "m", "c") end add_requires("tbox", {debug = is_mode("debug")}) -- include project sources -includes("src/[targetname]", "src/[targetname]_demo") +includes("src/${TARGETNAME}", "src/${TARGETNAME}_demo") + +${FAQ} |
