SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
src="$(dirname $(readlink -f $0))"
|
||||
: ${CMAKE:=$(which cmake)}
|
||||
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.html"
|
||||
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.txt"
|
||||
|
||||
Reference in New Issue
Block a user