Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src)

This commit is contained in:
Benoit Blanchon
2015-11-19 21:53:27 +01:00
parent 9cc49da68a
commit 96245dd3b4
5 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src)
v5.0.6
------