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