Splitted CMakeLists.txt

This commit is contained in:
Benoit Blanchon
2014-10-14 10:01:46 +02:00
parent be891daa5a
commit 8f74e4e44e
3 changed files with 23 additions and 15 deletions

3
srcs/CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
file(GLOB_RECURSE SRCS_FILES *.cpp)
add_library(ArduinoJson ${SRCS_FILES})