You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
487 B
8 lines
487 B
#!/bin/bash
|
|
|
|
cmake -D CMAKE_C_COMPILER=/home/lili/hdd/projects/1106-linux/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/bin/arm-rockchip830-linux-uclibcgnueabihf-gcc \
|
|
-D CMAKE_CXX_COMPILER=/home/lili/hdd/projects/1106-linux/tools/linux/toolchain/arm-rockchip830-linux-uclibcgnueabihf/bin/arm-rockchip830-linux-uclibcgnueabihf-g++ \
|
|
-D RKAIQ_API_INCLUDE_DIR=/home/lili/hdd/projects/AIQ/rk1109_isp_simulator/rk_aiq/build/linux/output/arm/installed/include \
|
|
CMakeLists.txt
|
|
|