use local library source instead to correct some black-box issue for aliyuniot
This commit is contained in:
17
lib/ArduinoJson/extras/tests/MemberProxy/CMakeLists.txt
Normal file
17
lib/ArduinoJson/extras/tests/MemberProxy/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# ArduinoJson - arduinojson.org
|
||||
# Copyright Benoit Blanchon 2014-2020
|
||||
# MIT License
|
||||
|
||||
add_executable(MemberProxyTests
|
||||
add.cpp
|
||||
clear.cpp
|
||||
compare.cpp
|
||||
containsKey.cpp
|
||||
remove.cpp
|
||||
set.cpp
|
||||
size.cpp
|
||||
subscript.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(MemberProxyTests catch)
|
||||
add_test(MemberProxy MemberProxyTests)
|
||||
Reference in New Issue
Block a user