mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00

Change-Id: Id99284a22713276c42b6eedaca3b4cd8695686e2 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
7 lines
247 B
Bash
Executable File
7 lines
247 B
Bash
Executable File
#!/bin/bash
|
|
# Run this from within a bash shell
|
|
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
|
|
-DCMAKE_RKPLATFORM_ENABLE=ON \
|
|
../../../ && cmake --build .
|