Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export compile commands #262

Closed
braw-lee opened this issue Nov 16, 2023 · 0 comments · Fixed by #263
Closed

Export compile commands #262

braw-lee opened this issue Nov 16, 2023 · 0 comments · Fixed by #263

Comments

@braw-lee
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant