Files
tinyUSB/hw/bsp/espressif/boards/CMakeLists.txt
2023-03-30 10:41:11 +07:00

9 lines
255 B
CMake

idf_component_register(SRCS family.c
INCLUDE_DIRS "." "${BOARD}"
PRIV_REQUIRES "driver"
REQUIRES led_strip src tinyusb_src)
target_include_directories(${COMPONENT_TARGET} PUBLIC
"${TOP}/hw"
)