xref: /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_parser_demo/build/linux/make-Makefiles.bash (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/bash
2# Run this from within a bash shell
3# x86_64 is for simulation do not enable RK platform
4cmake -G "Unix Makefiles" \
5    -DCMAKE_BUILD_TYPE=debug \
6    ../../  && make
7