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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue