mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			173 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			173 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
								 | 
							
								# This is the project CMakeLists.txt file for the test subproject 
							 | 
						||
| 
								 | 
							
								cmake_minimum_required(VERSION 3.5)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								include($ENV{IDF_PATH}/tools/cmake/project.cmake)
							 | 
						||
| 
								 | 
							
								project(unit_test)
							 |