Skip to content

Conversation

@gavv
Copy link
Member

@gavv gavv commented Apr 3, 2023

  • enable CMAKE_EXPORT_COMPILE_COMMANDS; it instructs CMake to generate compile_commands.json file, used by many editors for code navigation, auto complete, etc
  • instruct cmake to copy compile_commands.json to jni project root; most editors look for that file there
  • add compile_commands.json to .gitignore
  • add .cache to .gitiginore (LSP cache; LSP can be used with emacs, vim, vscode, etc)
@gavv gavv requested a review from ortex April 3, 2023 09:09
@ortex ortex merged commit 75422d3 into roc-streaming:main Apr 3, 2023
@gavv gavv deleted the cc branch April 3, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants