mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -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()
|
||
|
|