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 debug./scripts/clean.sh --type debugStart Visual Studio Code. Make sure you install the recommended workspace extensions when asked.
code .