Skip to content

Commit

Permalink
Add cJSON library
Browse files Browse the repository at this point in the history
  • Loading branch information
bstee615 committed Sep 30, 2022
1 parent c452098 commit b2d7819
Show file tree
Hide file tree
Showing 4 changed files with 3,445 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ set(TASK_SPOOLER_SOURCES
server.c
server_start.c
signals.c
tail.c)
tail.c
cjson/cJSON.c)

if(TASK_SPOOLER_COMPILE_CUDA)
set(TASK_SPOOLER_SOURCES ${TASK_SPOOLER_SOURCES} gpu.c)
Expand Down
Loading

0 comments on commit b2d7819

Please sign in to comment.