mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-31 14:41:38 +01:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			212 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			212 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
|   | # This project serves as a demo to enable using esp-mqtt on ESP platform targets as well as on linux
 | ||
|  | cmake_minimum_required(VERSION 3.16)
 | ||
|  | 
 | ||
|  | include($ENV{IDF_PATH}/tools/cmake/project.cmake)
 | ||
|  | project(esp_mqtt_demo)
 |