Note
This template for your C++ projects, using: CMake, clang, ninja-build (cmake generator)
Make sure you have dependencies on your system and if not, you can find help below.
- Install LLVM. While installing make sure to set PATHs.
- Install CMake. While installing make sure to set PATHs.
- Install Ninja. Just place .exe in CMake/bin folder.
Using package manager your linux distro came with, install following packages:
sudo apt install clang
sudo apt install cmake
sudo apt install ninja-build
This template doesn't not support Mac, you would need to modify CMakePresets.json in order to support it. PRs are welcome.