We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e7baf commit 0b102f6Copy full SHA for 0b102f6
components/mdns/tests/test_apps/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5)
4
5
# (Not part of the boilerplate)
6
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
7
-set(EXTRA_COMPONENT_DIRS "../../../../common_components/protocol_examples_common")
+set(EXTRA_COMPONENT_DIRS ../../ ../../../../common_components/protocol_examples_common)
8
9
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
10
0 commit comments