mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-06-25 01:11:35 +02:00
9 lines
157 B
CMake
9 lines
157 B
CMake
# ArduinoJson - https://arduinojson.org
|
|
# Copyright © 2014-2025, Benoit BLANCHON
|
|
# MIT License
|
|
|
|
idf_component_register(
|
|
SRCS "main.cpp"
|
|
INCLUDE_DIRS ""
|
|
)
|