forked from espressif/esp-protocols
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			151 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			151 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRCS "websocket_example.c"
 | 
						|
                    INCLUDE_DIRS ".")
 | 
						|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
 |