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