feat: adapt gmlib 1.0.0

This commit is contained in:
zimuya4153
2025-04-16 17:47:08 +08:00
Unverified
parent 1693ac7290
commit ce7da22e96
10 changed files with 203 additions and 146 deletions
+3 -3
View File
@@ -10,7 +10,6 @@ end
add_requires("levilamina", {configs = {target_type = "server"}})
add_requires("legacyremotecall")
add_requires("gmlib")
add_requires("levibuildscript")
add_requires("ilistenattentively")
@@ -28,12 +27,13 @@ target("GMLIB-LegacyRemoteCallApi")
"src/**.cpp"
)
add_includedirs(
"src"
"src",
"../GMLIB/bin/SDK/include"
)
add_links("../GMLIB/bin/SDK/lib/GMLIB.lib")
add_packages(
"levilamina",
"legacyremotecall",
"gmlib",
"ilistenattentively"
)
add_rules("@levibuildscript/linkrule")