8 Star 38 Fork 12

乐鑫开源 / esp-drone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
qljz1993 提交于 2022-11-24 16:19 . fix: support idf>=4.4 and esp32s3
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(__PROJECT_GROUP_LINK_COMPONENTS ON)
set(PLANE_COMPONENT_DIRS "./components/core"
"./components/drivers"
"./components/drivers/general"
"./components/drivers/i2c_devices"
"./components/drivers/spi_devices"
"./components/lib" )
set(EXTRA_COMPONENT_DIRS "${EXTRA_COMPONENT_DIRS} ${PLANE_COMPONENT_DIRS}")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ESPDrone)
C
1
https://gitee.com/EspressifSystems/esp-drone.git
git@gitee.com:EspressifSystems/esp-drone.git
EspressifSystems
esp-drone
esp-drone
master

搜索帮助