mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Added deserializeMsgPack() (issue #358)
This commit is contained in:
16
test/MsgPack/CMakeLists.txt
Normal file
16
test/MsgPack/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# ArduinoJson - arduinojson.org
|
||||
# Copyright Benoit Blanchon 2014-2018
|
||||
# MIT License
|
||||
|
||||
add_executable(MsgPackTests
|
||||
deserializationErrors.cpp
|
||||
deserializeArray.cpp
|
||||
deserializeObject.cpp
|
||||
deserializeVariant.cpp
|
||||
deserializeStaticVariant.cpp
|
||||
doubleToFloat.cpp
|
||||
MsgPackError.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(MsgPackTests catch)
|
||||
add_test(MsgPack MsgPackTests)
|
||||
Reference in New Issue
Block a user