Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 659 Bytes

User

Coming soon!

Contributor

Installation

  • Install CMake
  • Install Ninja - Build system
    • Only because I want the compile_commands.json file from CMake
  • Install Clang - C/C++ compiler

CMake presets

  • Can create personal presets using CMakeUserPresets.json file

compile_commands.json file

  • CMake generates the file at out/build/<config-preset>/compile_commands.json. Create a symlink to the file is recommended.

Build

  • cmake --workflow --preset <wf-preset>
    • There is only Editor workflow for now