BeamMP-Server/scripts/install.sh

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