2018-11-03 20:21:33 +00:00
|
|
|
# ArduinoJson - arduinojson.org
|
|
|
|
# Copyright Benoit Blanchon 2014-2018
|
|
|
|
# MIT License
|
|
|
|
|
|
|
|
add_executable(MsgPackSerializerTests
|
|
|
|
destination_types.cpp
|
|
|
|
measure.cpp
|
2018-11-13 14:50:48 +00:00
|
|
|
misc.cpp
|
2018-11-03 20:21:33 +00:00
|
|
|
serializeArray.cpp
|
|
|
|
serializeObject.cpp
|
|
|
|
serializeVariant.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(MsgPackSerializerTests catch)
|
|
|
|
add_test(MsgPackSerializer MsgPackSerializerTests)
|