mirror of
https://github.com/espressif/esp-idf
synced 2025-03-19 14:09:14 -04:00
7 lines
134 B
CMake
7 lines
134 B
CMake
set(COMPONENT_SRCDIRS ".")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES unity test_utils mbedtls)
|
|
|
|
register_component()
|