forked from mirror/libbpg
4 lines
110 B
Bash
4 lines
110 B
Bash
|
#!/bin/bash
|
||
|
# Run this from within a bash shell
|
||
|
cmake -G "Unix Makefiles" ../../source && ccmake ../../source
|