kii
Build SDK
mkdir -p build
cd build
cmake ..
make

Debug Build

mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../
make