git clone --recursive https://github.com/AX88M2/DisasterServer.git
cmake -S . -B build && cmake --build buildcmake -S . -B build
cmake --build build --config Releasecmake -B build -S . -G "MinGW Makefiles" -DBUILD_UI=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build --config ReleaseIf using ninja, then:
cmake -B build -S . -DBUILD_UI=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release