+3
-1
@@ -5,4 +5,6 @@
|
|||||||
/build
|
/build
|
||||||
/compile_commands.json
|
/compile_commands.json
|
||||||
/CMakeLists.txt
|
/CMakeLists.txt
|
||||||
/.vscode
|
/.vscode
|
||||||
|
/.idea
|
||||||
|
github_mirror.lua
|
||||||
|
|||||||
@@ -9,10 +9,10 @@ if not has_config("vs_runtime") then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Option 1: Use the latest version of LeviLamina released on GitHub.
|
-- Option 1: Use the latest version of LeviLamina released on GitHub.
|
||||||
add_requires("levilamina 1.9.5", {configs = {target_type = "server"}})
|
add_requires("levilamina 26.10.5", {configs = {target_type = "server"}})
|
||||||
add_requires("levibuildscript 0.6.0")
|
add_requires("levibuildscript")
|
||||||
add_requires("gmlib 1.9.1")
|
add_requires("gmlib 26.10.0")
|
||||||
add_requires("ilistenattentively 0.11.0")
|
add_requires("ilistenattentively 0.12.0")
|
||||||
|
|
||||||
target("Cleaner") -- Change this to your mod name.
|
target("Cleaner") -- Change this to your mod name.
|
||||||
add_cxflags(
|
add_cxflags(
|
||||||
@@ -31,7 +31,7 @@ target("Cleaner") -- Change this to your mod name.
|
|||||||
"ilistenattentively"
|
"ilistenattentively"
|
||||||
)
|
)
|
||||||
add_defines(
|
add_defines(
|
||||||
"NOMINMAX",
|
"NOMINMAX",
|
||||||
"UNICODE",
|
"UNICODE",
|
||||||
"_HAS_CXX23=1"
|
"_HAS_CXX23=1"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user