mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			327 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			327 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # ArduinoJson - https://arduinojson.org
 | |
| # Copyright Benoit Blanchon 2014-2021
 | |
| # MIT License
 | |
| 
 | |
| add_executable(JsonSerializerTests
 | |
| 	CustomWriter.cpp
 | |
| 	JsonArray.cpp
 | |
| 	JsonArrayPretty.cpp
 | |
| 	JsonObject.cpp
 | |
| 	JsonObjectPretty.cpp
 | |
| 	JsonVariant.cpp
 | |
| 	misc.cpp
 | |
| 	std_stream.cpp
 | |
| 	std_string.cpp
 | |
| )
 | |
| 
 | |
| add_test(JsonSerializer JsonSerializerTests)
 |