Files
thirdparty-ArduinoJson/extras/tests/MemoryPool/CMakeLists.txt
2020-07-11 17:51:45 +02:00

14 lines
231 B
CMake

# ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2020
# MIT License
add_executable(MemoryPoolTests
allocVariant.cpp
allocString.cpp
clear.cpp
size.cpp
StringCopier.cpp
)
add_test(MemoryPool MemoryPoolTests)