1
0
mirror of https://github.com/HarbourMasters/Shipwright.git synced 2025-03-02 09:41:45 -05:00

8 lines
230 B
Bash
Executable File

#!/bin/bash
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
cmake --build build-cmake --target OTRGui --
cmake --build build-cmake --config Release --
(cd build-cmake && cpack -G External)