mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-14 21:45:16 -05:00
5 lines
188 B
Bash
5 lines
188 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cmake -H. -Bbuild-wiiu -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/WiiU.cmake -DCMAKE_BUILD_TYPE:STRING=Release
|
||
|
cmake --build build-wiiu --target soh --config Release
|