A GUI library for games that's so small you won't even know its there.
 
 
 
 
 
 
lel-guecs/scripts/coverage_reset.sh

11 lines
262 B

#!/usr/bin/env bash
set -e
mv -f ./subprojects/packagecache .
rm -rf subprojects builddir
mkdir subprojects
mv packagecache ./subprojects/
mkdir builddir
cp wraps/*.wrap subprojects/
# on OSX you can't do this with static
meson setup -Db_coverage=true builddir