1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00
planetblupi-dev/cmd.sh.in
2017-02-22 23:00:36 +01:00

9 lines
96 B
Bash
Executable File

#!/bin/bash
export PKG_CONFIG_PATH="@CMAKE_BINARY_DIR@/lib/pkgconfig"
cmd=$1
shift
$cmd "$@"