1 Star 0 Fork 14

bluss/esp-drone

forked from 乐鑫开源/esp-drone 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 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 ${PLANE_COMPONENT_DIRS}
"./components/core"
"./components/core/crazyflie"
"./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)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/bluss/esp-drone.git
git@gitee.com:bluss/esp-drone.git
bluss
esp-drone
esp-drone
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385