mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 23:37:37 +02:00
13 lines
264 B
CMake
13 lines
264 B
CMake
# ArduinoJson - arduinojson.org
|
|
# Copyright Benoit Blanchon 2014-2018
|
|
# MIT License
|
|
|
|
add_executable(StaticMemoryPoolTests
|
|
alloc.cpp
|
|
size.cpp
|
|
startString.cpp
|
|
)
|
|
|
|
target_link_libraries(StaticMemoryPoolTests catch)
|
|
add_test(StaticMemoryPool StaticMemoryPoolTests)
|