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
|
C
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
add_library(
|
add_library(
|
||||||
${PROJECT_NAME}
|
${PROJECT_NAME}
|
||||||
json.c
|
json.c
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
clang-tools
|
clang-tools
|
||||||
ctags
|
ctags
|
||||||
valgrind
|
valgrind
|
||||||
|
cdecl
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue