mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
11 lines
383 B
CMake
11 lines
383 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
# Add example src and bsp directories
|
|
set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/esp32s2/boards" "${TOP}/hw/bsp/esp32s2/components")
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
set(SUPPORTED_TARGETS esp32s2)
|
|
|
|
# include basic family CMake functionality
|
|
set(FAMILY_MCUS ESP32S2)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/../family_common.cmake)
|