Files
BeamMP-Server/scripts/install.sh
2022-11-23 09:34:49 +01:00

6 lines
107 B
Bash
Executable File

#!/bin/sh
cmake . -B build -DCMAKE_BUILD_TYPE=Release -DGIT_SUBMODULE=OFF
make -j -C build BeamMP-Server