mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
306 B
CMake
9 lines
306 B
CMake
set(srcs "test_event_main.c"
|
|
"test_default_loop.c"
|
|
"test_event.c")
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
PRIV_INCLUDE_DIRS . ../../private_include
|
|
PRIV_REQUIRES esp_event driver esp_timer unity test_utils
|
|
WHOLE_ARCHIVE)
|