mirror of
				https://github.com/bblanchon/ArduinoJson.git
				synced 2025-11-04 00:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
cmake_minimum_required(VERSION 2.8.4)
 | 
						|
project(ArduinoJson)
 | 
						|
 | 
						|
enable_testing()
 | 
						|
 | 
						|
add_subdirectory(srcs)
 | 
						|
add_subdirectory(tests) |