esp32_s2_core_box/CMakeLists.txt
impressionyang 43d8f170a6 添加(lvgl):添加LVGL框架
1. 添加lvgl-8.3.4版本
 2. 未达成任何LVGL功能
结束
2022-12-25 22:13:55 +08:00

8 lines
303 B
CMake

# 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)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(EXTRA_COMPONENT_DIRS "components/components/lvgl-8.3.4")
project(ESP3232S2_Core_Box)