fix(mdns): Host test to use hw_support include dir

Forward port of 8bba3a97
This commit is contained in:
David Cermak
2025-11-03 12:07:07 +01:00
parent bed116d98b
commit 4d8d25a345

View File

@@ -38,6 +38,8 @@ include_directories(
${IDF_COMPONENTS_DIR}/esp_common/include ${IDF_COMPONENTS_DIR}/esp_common/include
${IDF_COMPONENTS_DIR}/esp_system/include ${IDF_COMPONENTS_DIR}/esp_system/include
${IDF_COMPONENTS_DIR}/log/include ${IDF_COMPONENTS_DIR}/log/include
${IDF_COMPONENTS_DIR}/esp_hw_support/etm/include
${IDF_COMPONENTS_DIR}/soc/linux/include
${IDF_COMPONENTS_DIR}/esp_rom/include ${IDF_COMPONENTS_DIR}/esp_rom/include
${IDF_COMPONENTS_DIR}/heap/include ${IDF_COMPONENTS_DIR}/heap/include
${IDF_COMPONENTS_DIR}/esp_rom/linux/include/linux/ ${IDF_COMPONENTS_DIR}/esp_rom/linux/include/linux/