Files
iot_skeleton/esp32/components/cjson/CMakeLists.txt
2026-04-01 20:32:34 +03:00

4 lines
79 B
CMake

idf_component_register(
SRCS "cJSON.c"
INCLUDE_DIRS "include"
)