Files
thirdparty-ArduinoJson/extras/tests/Misc/CMakeLists.txt
2020-05-12 18:11:55 +02:00

21 lines
350 B
CMake

# ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2020
# MIT License
add_executable(MiscTests
conflicts.cpp
FloatParts.cpp
Readers.cpp
StringAdapters.cpp
StringWriter.cpp
TypeTraits.cpp
unsigned_char.cpp
Utf8.cpp
Utf16.cpp
version.cpp
)
set_target_properties(MiscTests PROPERTIES UNITY_BUILD OFF)
add_test(Misc MiscTests)