mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			350 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			350 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # ArduinoJson - arduinojson.org
 | |
| # Copyright Benoit Blanchon 2014-2018
 | |
| # MIT License
 | |
| 
 | |
| add_executable(JsonArrayTests 
 | |
| 	add.cpp
 | |
| 	basics.cpp
 | |
| 	copyFrom.cpp
 | |
| 	copyTo.cpp
 | |
| 	invalid.cpp
 | |
| 	iterator.cpp
 | |
| 	prettyPrintTo.cpp
 | |
| 	printTo.cpp
 | |
| 	remove.cpp
 | |
| 	set.cpp
 | |
| 	size.cpp
 | |
| 	subscript.cpp
 | |
| )
 | |
| 
 | |
| target_link_libraries(JsonArrayTests catch)
 | |
| add_test(JsonArray JsonArrayTests)
 |