mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-04 00:21:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			230 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			230 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRCS esp_timer_linux.c timer_task.cpp
 | 
						|
                       INCLUDE_DIRS include)
 | 
						|
 | 
						|
set_target_properties(${COMPONENT_LIB} PROPERTIES
 | 
						|
    CXX_STANDARD 17
 | 
						|
    CXX_STANDARD_REQUIRED ON
 | 
						|
    CXX_EXTENSIONS ON
 | 
						|
)
 |