mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-25 16:27:33 +02:00
3 lines
77 B
CMake
3 lines
77 B
CMake
![]() |
file(GLOB_RECURSE SRCS_FILES *.cpp)
|
||
|
|
||
|
add_library(ArduinoJson ${SRCS_FILES})
|