Files
CherryUSB/tests/espressif/device/CMakeLists.txt
sakumisu 0c220ea127 chore: add build ci
Signed-off-by: sakumisu <1203593632@qq.com>
2025-11-03 21:21:26 +08:00

10 lines
294 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.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
list(APPEND EXTRA_COMPONENT_DIRS "../../../../CherryUSB")
project(cherryusb)