1 Star 0 Fork 9

SWFighter/ESP32_CDC_4G

forked from leo_xu/ESP32_CDC_4G 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
leo_xu 提交于 2022-12-15 15:45 . first commit
# The following 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)
#If IOT_SOLUTION_PATH is not defined, use relative path as default value
if(NOT DEFINED ENV{IOT_SOLUTION_PATH})
get_filename_component(IOT_SOLUTION_PATH "${CMAKE_SOURCE_DIR}/../../../.." ABSOLUTE)
set(ENV{IOT_SOLUTION_PATH} ${IOT_SOLUTION_PATH})
message(WARNING "Can't detect IOT_SOLUTION_PATH in your environment, we infer it is $ENV{IOT_SOLUTION_PATH}")
endif()
# (Not part of the boilerplate)
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
set(EXTRA_COMPONENT_DIRS $ENV{IOT_SOLUTION_PATH}/components/usb $ENV{IOT_SOLUTION_PATH}/components/led)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(cdc_4g)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SWFighter/esp32_-cdc_4-g.git
git@gitee.com:SWFighter/esp32_-cdc_4-g.git
SWFighter
esp32_-cdc_4-g
ESP32_CDC_4G
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385