mirror of
https://github.com/espressif/esp-idf-template.git
synced 2026-06-21 22:44:47 +00:00
Fix CMake example, main should be treated as component
This commit is contained in:
@@ -2,7 +2,5 @@
|
||||
# CMakeLists in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(MAIN_SRCS main/main.c)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(app-template)
|
||||
|
||||
Reference in New Issue
Block a user