7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
# Run this from within a bash shell
|
|
cmake -G "Unix Makefiles" \
|
|
-DCMAKE_TOOLCHAIN_FILE=./sofia-3gr.linux.cross.cmake \
|
|
-DRKPLATFORM=ON \
|
|
../../../../ && ccmake ../../../../
|