2021-03-29 17:14:01 +02:00
|
|
|
# ArduinoJson - https://arduinojson.org
|
2021-01-25 09:14:15 +01:00
|
|
|
# Copyright Benoit Blanchon 2014-2021
|
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
|
|
|
|
)
|
|
|
|
|
|
|
|
add_test(MsgPackSerializer MsgPackSerializerTests)
|