#!/bin/bash pushd subprojects/protobuf mkdir -p build-native && cd build-native cmake .. -G Ninja ninja ninja install popd