mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Moved ancillary files to extras/ (fixes #1011)
This commit is contained in:
18
extras/tests/MsgPackDeserializer/CMakeLists.txt
Normal file
18
extras/tests/MsgPackDeserializer/CMakeLists.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# ArduinoJson - arduinojson.org
|
||||
# Copyright Benoit Blanchon 2014-2019
|
||||
# MIT License
|
||||
|
||||
add_executable(MsgPackDeserializerTests
|
||||
deserializeArray.cpp
|
||||
deserializeObject.cpp
|
||||
deserializeStaticVariant.cpp
|
||||
deserializeVariant.cpp
|
||||
doubleToFloat.cpp
|
||||
incompleteInput.cpp
|
||||
input_types.cpp
|
||||
nestingLimit.cpp
|
||||
notSupported.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(MsgPackDeserializerTests catch)
|
||||
add_test(MsgPackDeserializer MsgPackDeserializerTests)
|
||||
Reference in New Issue
Block a user