Init
This commit is contained in:
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
# Top-level CMakeLists.txt for ESP32 Tang Server
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
# Set the project name
|
||||
set(PROJECT_NAME "esp32-tang")
|
||||
|
||||
# Include ESP-IDF build system
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
|
||||
# Define the project
|
||||
project(${PROJECT_NAME})
|
||||
Reference in New Issue
Block a user