Files
mpp/build/linux/arm/make-Makefiles.bash
2016-08-03 06:43:01 +00:00

7 lines
241 B
Bash
Executable File

#!/bin/bash
# Run this from within a bash shell
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=debug \
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
-DCMAKE_RKPLATFORM_ENABLE=ON \
../../../ && cmake --build .