Browse Source

Merge branch 'master' of code.modal.sh:modal-studios/izanagi-2022

master
TheoryOfNekomata 1 year ago
parent
commit
f9cea8b396
3 changed files with 9 additions and 0 deletions
  1. +3
    -0
      00-build-cache-debug-x64
  2. +3
    -0
      01-build-game
  3. +3
    -0
      02-build-server

+ 3
- 0
00-build-cache-debug-x64 View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh

cmake -DPROJECT_SOURCE_DIR=. -DCMAKE_SIZEOF_VOID_P=8 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=ninja -DCMAKE_C_COMPILER=cc -DCMAKE_C_COMPILER_WORKS=1 -DCMAKE_C_FLAGS=-m64 -G Ninja -S . -B ./build/Debug

+ 3
- 0
01-build-game View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh

cmake --build build/Debug -t game

+ 3
- 0
02-build-server View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh

cmake --build build/Debug -t server

Loading…
Cancel
Save