BeamMP-Server/scripts/windows/1-configure.sh
2024-01-09 15:35:47 +01:00

8 lines
167 B
Bash
Executable File

#!/bin/bash
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