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