This commit is contained in:
2024-10-06 19:15:14 +02:00
parent 5d32eda090
commit 701b815dc1
14 changed files with 734 additions and 0 deletions

View File

@@ -1,8 +1,12 @@
add_rules("mode.debug", "mode.release")
add_requires("fpm")
target("Tower-Defense2")
add_includedirs("include")
set_kind("binary")
add_files("src/*.cpp")
add_packages("fpm")
--
-- If you want to known more usage about xmake, please see https://xmake.io