Skip to content

DrkWithT/CMakePreset_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake Preset Demo

Brief:

My first, personal template for C++ projects using CMake Presets. Requires VSCode, clangd with the dedicated extension, and CMake 3.28+.

Notes:

  • *nix or WSL setups with GCC installed will likely work.
  • For 1st build: cmake -S . -B build --preset vsc-gcc-debug-config && cmake --build build && cp ./build/compile_commands.json .
    • Add the --fresh option to CMake on successive builds to reset variables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published