mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 23:37:37 +02:00
6 lines
168 B
CMake
6 lines
168 B
CMake
file(GLOB_RECURSE INC_FILES ../include/*.h)
|
|
file(GLOB_RECURSE SRC_FILES *.cpp)
|
|
|
|
include_directories(../include)
|
|
|
|
add_library(ArduinoJson ${SRC_FILES} ${INC_FILES}) |