OVMS3-idf/components/efuse/test/CMakeLists.txt
2020-03-23 10:58:50 +08:00

5 lines
256 B
CMake

idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "." "include"
PRIV_INCLUDE_DIRS "../private_include"
PRIV_REQUIRES unity test_utils efuse bootloader_support
)