Skip to content

Instantly share code, notes, and snippets.

@moeryomenko
Last active May 3, 2021 12:42
Show Gist options
  • Save moeryomenko/d488905d177ddf0f77eeee64f7fc30d3 to your computer and use it in GitHub Desktop.
Save moeryomenko/d488905d177ddf0f77eeee64f7fc30d3 to your computer and use it in GitHub Desktop.
cmake build command with export compile commands
$ cmake -GNinja -H. -Bbuild -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER_LAUNCHER='/usr/bin/ccache' -DCMAKE_CXX_COMPILER_LAUNCHER='/usr/bin/ccache'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment