Skip to content

Instantly share code, notes, and snippets.

@SalomonBrys
Last active June 27, 2020 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SalomonBrys/fca20789e03f17585b703304adf8bfac to your computer and use it in GitHub Desktop.
Save SalomonBrys/fca20789e03f17585b703304adf8bfac to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
[[ -z "$TARGET" ]] && echo "Please set the PLATFORM variable" && exit 1
mkdir -p build/$TARGET
cd build/$TARGET
cmake ../../native-lib
cmake --build .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment