mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
7 lines
124 B
CMake
7 lines
124 B
CMake
cmake_minimum_required(VERSION 2.8.4)
|
|
project(ArduinoJson)
|
|
|
|
enable_testing()
|
|
|
|
add_subdirectory(srcs)
|
|
add_subdirectory(tests) |