OVMS3-idf/components/efuse/test/CMakeLists.txt

5 lines
260 B
CMake
Raw Normal View History

idf_component_register(SRC_DIRS "." ${IDF_TARGET}
INCLUDE_DIRS "." "include"
PRIV_INCLUDE_DIRS "../private_include"
REQUIRES unity test_utils efuse bootloader_support
)