forked from mirror/libbpg
4 lines
117 B
Bash
4 lines
117 B
Bash
|
#!/bin/sh
|
||
|
# Run this from within an MSYS bash shell
|
||
|
cmake -G "MSYS Makefiles" ../../source && cmake-gui ../../source
|