Add compile commands

This commit is contained in:
ktkk 2026-06-05 14:29:47 +00:00
parent f0f33c4ac7
commit a449c00f16
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@ project(
C C
) )
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_library( add_library(
${PROJECT_NAME} ${PROJECT_NAME}
json.c json.c

View file

@ -27,6 +27,7 @@
clang-tools clang-tools
ctags ctags
valgrind valgrind
cdecl
]; ];
in in
{ {