mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			307 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			307 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # ArduinoJson - arduinojson.org
 | |
| # Copyright Benoit Blanchon 2014-2018
 | |
| # MIT License
 | |
| 
 | |
| add_executable(JsonVariantTests
 | |
| 	as.cpp
 | |
| 	compare.cpp
 | |
| 	copy.cpp
 | |
| 	is.cpp
 | |
| 	isnull.cpp
 | |
| 	or.cpp
 | |
| 	set_get.cpp
 | |
| 	subscript.cpp
 | |
| 	undefined.cpp
 | |
| )
 | |
| 
 | |
| target_link_libraries(JsonVariantTests catch)
 | |
| add_test(JsonVariant JsonVariantTests)
 |