fix: fix compile
This commit is contained in:
@@ -12,6 +12,7 @@ add_requires("levilamina", {configs = {target_type = "server"}})
|
|||||||
add_requires("legacyremotecall")
|
add_requires("legacyremotecall")
|
||||||
add_requires("levibuildscript")
|
add_requires("levibuildscript")
|
||||||
add_requires("ilistenattentively")
|
add_requires("ilistenattentively")
|
||||||
|
add_requires("gmlib")
|
||||||
|
|
||||||
target("GMLIB-LegacyRemoteCallApi")
|
target("GMLIB-LegacyRemoteCallApi")
|
||||||
add_cxflags(
|
add_cxflags(
|
||||||
@@ -27,14 +28,13 @@ target("GMLIB-LegacyRemoteCallApi")
|
|||||||
"src/**.cpp"
|
"src/**.cpp"
|
||||||
)
|
)
|
||||||
add_includedirs(
|
add_includedirs(
|
||||||
"src",
|
"src"
|
||||||
"../GMLIB/bin/SDK/include"
|
|
||||||
)
|
)
|
||||||
add_links("../GMLIB/bin/SDK/lib/GMLIB.lib")
|
|
||||||
add_packages(
|
add_packages(
|
||||||
"levilamina",
|
"levilamina",
|
||||||
"legacyremotecall",
|
"legacyremotecall",
|
||||||
"ilistenattentively"
|
"ilistenattentively",
|
||||||
|
"gmlib"
|
||||||
)
|
)
|
||||||
add_rules("@levibuildscript/linkrule")
|
add_rules("@levibuildscript/linkrule")
|
||||||
set_exceptions("none")
|
set_exceptions("none")
|
||||||
|
|||||||
Reference in New Issue
Block a user