You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake should export compile commands to build/ directory.
This generates a Clang compilation database normally used for editor integration or Clang refactoring tools.
It will make refactoring and navigation through code much smoother for developers using vim+extensions as IDE.
It is just 1 added line in the CMakeLists.txt file and I also have a pull request ready.
The text was updated successfully, but these errors were encountered:
CMake should export compile commands to build/ directory.
This generates a Clang compilation database normally used for editor integration or Clang refactoring tools.
It will make refactoring and navigation through code much smoother for developers using vim+extensions as IDE.
It is just 1 added line in the CMakeLists.txt file and I also have a pull request ready.
The text was updated successfully, but these errors were encountered: