mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-14 05:25:09 -05:00
7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
|
|
cmake --build build-cmake --config Release --
|
|
|
|
(cd build-cmake && cpack -G External)
|