mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| cmake_minimum_required(VERSION 2.8.4)
 | |
| project(ArduinoJson)
 | |
| 
 | |
| enable_testing()
 | |
| 
 | |
| add_subdirectory(src)
 | |
| add_subdirectory(test) |