toolchain-builder/tools/frcmake

5 lines
77 B
Plaintext
Raw Normal View History

2016-04-14 16:40:54 -04:00
#!/bin/sh
exec "cmake" "-DCMAKE_TOOLCHAIN_FILE=`frc-cmake-toolchain`" "$@"