use local library source instead to correct some black-box issue for aliyuniot

This commit is contained in:
strawmanbobi
2024-02-19 13:24:10 +08:00
parent 95297411a9
commit 47b4c31146
672 changed files with 103998 additions and 553 deletions

View File

@@ -0,0 +1,14 @@
# ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2020
# MIT License
add_executable(MemoryPoolTests
allocVariant.cpp
allocString.cpp
clear.cpp
size.cpp
StringBuilder.cpp
)
target_link_libraries(MemoryPoolTests catch)
add_test(MemoryPool MemoryPoolTests)