mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
3 lines
81 B
CMake
3 lines
81 B
CMake
file(GLOB_RECURSE SRCS_FILES *.cpp *.h)
|
|
|
|
add_library(ArduinoJson ${SRCS_FILES}) |