forked from bblanchon/ArduinoJson
3 lines
77 B
CMake
3 lines
77 B
CMake
file(GLOB_RECURSE SRCS_FILES *.cpp)
|
|
|
|
add_library(ArduinoJson ${SRCS_FILES}) |