mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			370 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			370 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # ArduinoJson - arduinojson.org
 | |
| # Copyright Benoit Blanchon 2014-2020
 | |
| # MIT License
 | |
| 
 | |
| add_executable(JsonDocumentTests
 | |
| 	add.cpp
 | |
| 	BasicJsonDocument.cpp
 | |
| 	compare.cpp
 | |
| 	containsKey.cpp
 | |
| 	createNested.cpp
 | |
| 	DynamicJsonDocument.cpp
 | |
| 	isNull.cpp
 | |
| 	nesting.cpp
 | |
| 	remove.cpp
 | |
| 	shrinkToFit.cpp
 | |
| 	size.cpp
 | |
| 	StaticJsonDocument.cpp
 | |
| 	subscript.cpp
 | |
| )
 | |
| 
 | |
| add_test(JsonDocument JsonDocumentTests)
 |