This website works better with JavaScript.
首頁
探索
說明
登入
modal-studios
/
izanagi-2022
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge branch 'master' of code.modal.sh:modal-studios/izanagi-2022
master
TheoryOfNekomata
1 年之前
父節點
72e60eae14
ebebba1fb9
當前提交
f9cea8b396
共有
3 個文件被更改
,包括
9 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
00-build-cache-debug-x64
+3
-0
01-build-game
+3
-0
02-build-server
+ 3
- 0
00-build-cache-debug-x64
查看文件
@@ -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
查看文件
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
cmake --build build/Debug -t game
+ 3
- 0
02-build-server
查看文件
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
cmake --build build/Debug -t server
Write
Preview
Loading…
取消
儲存