1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-28 03:45:24 +01:00

Use build directory for builds

This commit is contained in:
ShadowNinja
2021-12-01 18:32:41 -05:00
committed by rubenwardy
parent 5683bb76cc
commit ea2fba877a
5 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#! /bin/bash -e
mkdir cmakebuild
cd cmakebuild
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug \
-DRUN_IN_PLACE=TRUE -DENABLE_GETTEXT=TRUE \
-DBUILD_SERVER=TRUE ${CMAKE_FLAGS} ..