feat: adapt LeviLamin 1.1.1 & GMLIB 1.0.0-rc.3

This commit is contained in:
killcerr
2025-03-22 23:32:42 +08:00
Unverified
parent f85416b785
commit 8729d71133
9 changed files with 99 additions and 73 deletions
+4 -1
View File
@@ -2,6 +2,7 @@ add_rules("mode.debug", "mode.release", "mode.releasedbg")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_repositories("groupmountain-repo https://github.com/GroupMountain/xmake-repo.git")
add_repositories("miracleforest https://github.com/MiracleForest/xmake-repo")
if not has_config("vs_runtime") then
set_runtimes("MD")
@@ -11,6 +12,7 @@ end
add_requires("levilamina")
add_requires("levibuildscript")
add_requires("gmlib")
add_requires("ilistenattentively")
target("Cleaner") -- Change this to your mod name.
add_cxflags(
@@ -25,7 +27,8 @@ target("Cleaner") -- Change this to your mod name.
)
add_packages(
"levilamina",
"gmlib"
"gmlib",
"ilistenattentively"
)
add_defines(
"NOMINMAX",