Skip to content

Commit

Permalink
[update] update cjson from faycheng to DaveGamble
Browse files Browse the repository at this point in the history
  • Loading branch information
ybwang committed Dec 24, 2024
1 parent 9a267ff commit 76ebf6f
Show file tree
Hide file tree
Showing 7 changed files with 4,844 additions and 731 deletions.
3 changes: 2 additions & 1 deletion components/utils/cjson/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ sdk_add_include_directories(.)

sdk_library_add_sources(
cJSON.c
)
cJSON_Utils.c
)
2 changes: 1 addition & 1 deletion components/utils/cjson/bouffalo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMPONENT_ADD_INCLUDEDIRS += .
COMPONENT_PRIV_INCLUDEDIRS :=

## This component's src
COMPONENT_SRCS := cJSON.c
COMPONENT_SRCS := cJSON.c cJSON_Utils.c


COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
Expand Down
Loading

0 comments on commit 76ebf6f

Please sign in to comment.