mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-15 19:42:09 +02:00
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:
committed by
David Cermak
parent
d6b6f634d7
commit
e6c0538d55
@ -2,11 +2,6 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.16)
|
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)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mqtt_ssl_cxx)
|
project(mqtt_ssl_cxx)
|
||||||
|
|
||||||
|
@ -2,5 +2,7 @@ dependencies:
|
|||||||
## Required IDF version
|
## Required IDF version
|
||||||
idf: ">=5.0"
|
idf: ">=5.0"
|
||||||
espressif/esp_mqtt_cxx:
|
espressif/esp_mqtt_cxx:
|
||||||
version: "^0.1.0"
|
version: "~0"
|
||||||
override_path: "../../../"
|
override_path: "../../../"
|
||||||
|
protocol_examples_common:
|
||||||
|
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
|
||||||
|
@ -2,10 +2,5 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.16)
|
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)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(mqtt_tcp_cxx)
|
project(mqtt_tcp_cxx)
|
||||||
|
@ -2,5 +2,7 @@ dependencies:
|
|||||||
## Required IDF version
|
## Required IDF version
|
||||||
idf: ">=5.0"
|
idf: ">=5.0"
|
||||||
espressif/esp_mqtt_cxx:
|
espressif/esp_mqtt_cxx:
|
||||||
version: "^0.1.0"
|
version: "~0"
|
||||||
override_path: "../../../"
|
override_path: "../../../"
|
||||||
|
protocol_examples_common:
|
||||||
|
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
|
||||||
|
Reference in New Issue
Block a user