6 lines
134 B
CMake
6 lines
134 B
CMake
set(COMPONENT_SRCDIRS ".")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES unity test_utils mbedtls)
|
|
|
|
register_component()
|