mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 15:26:59 +00:00
add lua to vcpkg dependencies on windows
This commit is contained in:
parent
8695413211
commit
6ee816d10d
2
scripts/windows/1-configure.sh
Normal file → Executable file
2
scripts/windows/1-configure.sh
Normal file → Executable file
@ -2,4 +2,6 @@
|
||||
|
||||
set -ex
|
||||
|
||||
./vcpkg/vcpkg add port lua
|
||||
|
||||
cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DBeamMP-Server_ENABLE_LTO=ON -DVCPKG_TARGET_TRIPLET=x64-windows-static
|
||||
|
14
vcpkg.json
14
vcpkg.json
@ -2,18 +2,18 @@
|
||||
"name": "server",
|
||||
"version-string": "0.1.0",
|
||||
"dependencies": [
|
||||
"fmt",
|
||||
"doctest",
|
||||
"boost-asio",
|
||||
"boost-variant",
|
||||
"boost-spirit",
|
||||
"boost-uuid",
|
||||
"boost-variant",
|
||||
"cpp-httplib",
|
||||
"toml11",
|
||||
"doctest",
|
||||
"fmt",
|
||||
"libzip",
|
||||
"rapidjson",
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
"sol2"
|
||||
"rapidjson",
|
||||
"sol2",
|
||||
"toml11"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user