4 lines
149 B
CMake
4 lines
149 B
CMake
idf_component_register(SRCS "src/json_parser.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES "jsmn"
|
|
)
|