1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 00:19:15 -04:00

6 lines
290 B
CMake
Raw Normal View History

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