Coming soon!
- Install CMake
- Install Ninja - Build system
- Only because I want the compile_commands.json file from CMake
- Install Clang - C/C++ compiler
- Can create personal presets using CMakeUserPresets.json file
- CMake generates the file at
out/build/<config-preset>/compile_commands.json
. Create a symlink to the file is recommended.
cmake --workflow --preset <wf-preset>
- There is only Editor workflow for now