2018-05-29 08:31:17 +02:00
|
|
|
# ArduinoJson - arduinojson.org
|
2019-02-15 13:31:46 +01:00
|
|
|
# Copyright Benoit Blanchon 2014-2019
|
2018-05-29 08:31:17 +02:00
|
|
|
# MIT License
|
|
|
|
|
|
|
|
add_executable(MsgPackSerializerTests
|
|
|
|
destination_types.cpp
|
|
|
|
measure.cpp
|
2018-08-21 18:07:41 +02:00
|
|
|
misc.cpp
|
2018-05-29 08:31:17 +02:00
|
|
|
serializeArray.cpp
|
|
|
|
serializeObject.cpp
|
|
|
|
serializeVariant.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(MsgPackSerializerTests catch)
|
|
|
|
add_test(MsgPackSerializer MsgPackSerializerTests)
|