cmake_minimum_required(VERSION 2.8.4) project(ArduinoJson) enable_testing() add_subdirectory(srcs) add_subdirectory(test)