mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added support for custom writer classes (closes #1088)
This commit is contained in:
		| @@ -2,10 +2,10 @@ | ||||
| # Copyright Benoit Blanchon 2014-2019 | ||||
| # MIT License | ||||
|  | ||||
| add_executable(JsonWriterTests  | ||||
| add_executable(TextFormatterTests  | ||||
| 	writeFloat.cpp | ||||
| 	writeString.cpp | ||||
| ) | ||||
|  | ||||
| target_link_libraries(JsonWriterTests catch) | ||||
| add_test(TextFormatter JsonWriterTests) | ||||
| target_link_libraries(TextFormatterTests catch) | ||||
| add_test(TextFormatter TextFormatterTests) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user