mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
8 lines
248 B
CMake
8 lines
248 B
CMake
idf_component_register(SRCS "ref_clock_${CONFIG_IDF_TARGET}.c"
|
|
"test_runner.c"
|
|
"test_utils.c"
|
|
INCLUDE_DIRS include
|
|
REQUIRES spi_flash idf_test unity)
|
|
|
|
|