Scripts are
bash
The project comes with a pre-configured Visual Studio Code workspace which uses cmake and ninja as a build system.
Make sure you have done the setup for Linux
This is the recommended way for building and working with the sample code.
source ./configure.sh./scripts/build.sh --type release./scripts/clean.sh --type releaseStart Visual Studio Code. Make sure you install the recommended workspace extensions when asked.
code .