Add compile commands
This commit is contained in:
parent
f0f33c4ac7
commit
a449c00f16
2 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ project(
|
|||
C
|
||||
)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
add_library(
|
||||
${PROJECT_NAME}
|
||||
json.c
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
clang-tools
|
||||
ctags
|
||||
valgrind
|
||||
cdecl
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue