traP-jp / ShoutWars-server

「ShoutWars」 (traP ワンマンソン 2024 「レジェンドクリエイターズ」 のゲーム) のバックエンド
https://shoutwars.trap.games/
MIT License
1 stars 1 forks source link

CMake のビルドコマンドを修正 #6

Open TwoSquirrels opened 2 months ago

TwoSquirrels commented 2 months ago
cmake -S . -B cmake-build-debug -G 'Unix Makefiles' 

にすればすっきりするし、Makefile に限定できる。