5 lines
164 B
CMake
5 lines
164 B
CMake
|
idf_component_register(SRCS "test_esp_tinyusb.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES unity esp_tinyusb
|
||
|
)
|