2018-11-03 20:21:33 +00:00
|
|
|
# ArduinoJson - arduinojson.org
|
|
|
|
# Copyright Benoit Blanchon 2014-2018
|
|
|
|
# MIT License
|
|
|
|
|
|
|
|
add_executable(MsgPackDeserializerTests
|
|
|
|
deserializeArray.cpp
|
|
|
|
deserializeObject.cpp
|
|
|
|
deserializeStaticVariant.cpp
|
|
|
|
deserializeVariant.cpp
|
|
|
|
doubleToFloat.cpp
|
|
|
|
incompleteInput.cpp
|
2018-11-13 14:50:48 +00:00
|
|
|
input_types.cpp
|
2018-11-03 20:21:33 +00:00
|
|
|
nestingLimit.cpp
|
|
|
|
notSupported.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(MsgPackDeserializerTests catch)
|
|
|
|
add_test(MsgPackDeserializer MsgPackDeserializerTests)
|