mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-24 07:47:32 +02:00
3 lines
81 B
CMake
3 lines
81 B
CMake
file(GLOB_RECURSE SRCS_FILES *.cpp *.h)
|
|
|
|
add_library(ArduinoJson ${SRCS_FILES}) |