1.54ReflectiveLCDTest/CMakeLists.txt
kirltrz 5d2b33af4d
Some checks failed
ESP-IDF v5.5.x 自动编译 / build (push) Has been cancelled
迁移至5.5.3;st7305驱动不再由manager管理
2026-02-25 03:34:48 +08:00

7 lines
251 B
CMake

# 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.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(1.54ReflectiveLCDTest)