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
This seems to work for the files in src/, but sadly not for all source files in duckdb/.
Unfortunately, I don't understand CMake and clangd good enough, to add the proper commands to the duckdb_extension.Makefile — so some help here would be very appreciated. ☺️
The text was updated successfully, but these errors were encountered:
freddie-freeloader
changed the title
Add clangd target in Makefile
Add clangd target in duckdb_extension.MakefileMay 11, 2024
I am using
clangd
in my editor, and it's very useful for navigating theduckdb
-codebase.In the main repository (
duckdb
) there is aclangd
target in theMakefile
(link to the Makefile).It would be super useful to have such a target definition in this project, too.
What I am using right now, is creating a debug build in
build/debug
and adding a.clangd
-file withThis seems to work for the files in
src/
, but sadly not for all source files induckdb/
.Unfortunately, I don't understand☺️
CMake
andclangd
good enough, to add the proper commands to theduckdb_extension.Makefile
— so some help here would be very appreciated.The text was updated successfully, but these errors were encountered: