5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cmake -S . -B build-win-x86_64 -G Ninja -DCMAKE_TOOLCHAIN_FILE=toolchain-mingw-w64-x86_64.cmake
|
|
cmake --build build-win-x86_64
|