Files
ArduinoJson/extras/tests/ElementProxy/CMakeLists.txt

15 lines
226 B
CMake
Raw Normal View History

# ArduinoJson - arduinojson.org
2020-01-09 15:48:38 +01:00
# Copyright Benoit Blanchon 2014-2020
# MIT License
add_executable(ElementProxyTests
add.cpp
2019-02-25 11:44:22 +01:00
clear.cpp
compare.cpp
remove.cpp
set.cpp
2019-02-25 11:07:01 +01:00
size.cpp
)
add_test(ElementProxy ElementProxyTests)