tinyusb/hw/bsp/espressif/boards/CMakeLists.txt

9 lines
311 B
CMake
Raw Normal View History

2023-03-30 11:37:36 +07:00
set(hw_dir "${CMAKE_CURRENT_LIST_DIR}/../../../")
idf_component_register(SRCS family.c
2023-03-30 11:37:36 +07:00
INCLUDE_DIRS "." ${BOARD} ${hw_dir}
PRIV_REQUIRES "driver"
2023-03-30 10:41:11 +07:00
REQUIRES led_strip src tinyusb_src)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-error=format)