1# Although unity is a submodule of cmock, we still depend on the unity component in IDF.
2# This is because CI currently doesn't checkout submodules recursively.
3idf_component_register(SRCS "CMock/src/cmock.c"
4 REQUIRES unity
5 INCLUDE_DIRS "CMock/src")
6