mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
10 lines
215 B
CMake
10 lines
215 B
CMake
|
set(COMPONENT_SRCS "ref_clock.c"
|
||
|
"test_runner.c"
|
||
|
"test_utils.c")
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS include)
|
||
|
|
||
|
set(COMPONENT_REQUIRES spi_flash idf_test unity)
|
||
|
|
||
|
register_component()
|
||
|
|