espressif_idf-extra-components/json_parser/CMakeLists.txt

5 lines
149 B
CMake

idf_component_register(SRCS "src/json_parser.c"
INCLUDE_DIRS "include"
REQUIRES "jsmn"
)