forked from bblanchon/ArduinoJson
Reduced the size of the pretty JSON serializer
This commit is contained in:
11
test/TextFormatter/CMakeLists.txt
Normal file
11
test/TextFormatter/CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
# ArduinoJson - arduinojson.org
|
||||
# Copyright Benoit Blanchon 2014-2018
|
||||
# MIT License
|
||||
|
||||
add_executable(JsonWriterTests
|
||||
writeFloat.cpp
|
||||
writeString.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(JsonWriterTests catch)
|
||||
add_test(TextFormatter JsonWriterTests)
|
Reference in New Issue
Block a user