game-dev/configure-msys2.sh

2 lines
132 B
Bash
Raw Permalink Normal View History

2025-02-15 23:31:24 -05:00
#!/bin/sh
cmake -G "MinGW Makefiles" -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_MAKE_PROGRAM=mingw32-make -S . -B build