mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			266 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			266 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
cmake_minimum_required(VERSION 3.16)
 | 
						|
 | 
						|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
 | 
						|
set(COMPONENTS main)
 | 
						|
# This test doesn't require FreeRTOS, uses a mock instead
 | 
						|
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/")
 | 
						|
 | 
						|
project(fatfs_host_test)
 |