Files
tinyUSB/examples/device/board_test/src/CMakeLists.txt

8 lines
206 B
CMake
Raw Normal View History

idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
2023-03-30 10:41:11 +07:00
REQUIRES freertos soc tinyusb_src)
target_include_directories(${COMPONENT_TARGET} PUBLIC
2023-03-30 10:41:11 +07:00
"${TOP}/hw"
)