fix(esp_mqtt_cxx): reference protocol_examples_common from IDF

This makes the example project usable from the component registry
This commit is contained in:
Ivan Grokhotkov
2023-09-21 16:25:42 +02:00
committed by David Cermak
parent d6b6f634d7
commit e6c0538d55
4 changed files with 6 additions and 12 deletions

View File

@ -2,10 +2,5 @@
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
# (Not part of the boilerplate)
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
set(EXTRA_COMPONENT_DIRS
"../../../../common_components/protocol_examples_common")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(mqtt_tcp_cxx)