Files
ArduinoJson/srcs/CMakeLists.txt

3 lines
81 B
CMake
Raw Normal View History

2014-10-14 13:55:07 +02:00
file(GLOB_RECURSE SRCS_FILES *.cpp *.h)
2014-10-14 10:01:46 +02:00
add_library(ArduinoJson ${SRCS_FILES})