Add build scripts
This commit is contained in:
parent
c2dba75511
commit
247a066e6f
3 changed files with 6 additions and 0 deletions
2
build.sh
Normal file
2
build.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cmake --build build
|
2
configure-msys2.sh
Normal file
2
configure-msys2.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cmake -G "MinGW Makefiles" -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_MAKE_PROGRAM=mingw32-make -S . -B build
|
2
configure.sh
Normal file
2
configure.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cmake -S . -B build
|
Loading…
Reference in a new issue