filipdutescu / modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
The Unlicense
1.69k stars 214 forks source link

Added compile commands #43

Open barakdiker123 opened 1 year ago

barakdiker123 commented 1 year ago

for people working with lsp mode ( emacs vscode vim ) It's great

orhnk commented 1 year ago

If someone do needs a template that is suggested to used with compile_commands.json you can check my fork of this template