Logo
Explore Help
Sign In
espressif/esp-protocols
1
0
Fork 1
You've already forked esp-protocols
mirror of https://github.com/espressif/esp-protocols.git synced 2025-07-15 11:36:33 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
9fe44a45043f98e9fed3466fad4fe4647d80dcf5
esp-protocols/components/esp_mqtt_cxx/examples/tcp/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
242 B
CMake
Raw Normal View History

experimental/mqtt_cxx: Adds a C++ Mqtt client wrapper - Base class with separated event handlers for each Mqtt client event. - Topic matcher added to support data events. - Filter class to allow only mqtt valid topic filters. - Initial code for unit test on the host.
2020-12-15 13:10:10 +00:00
# The following four lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
tools: Increase the minimal supported CMake version to 3.16 This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system. This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-05-27 10:10:51 +02:00
cmake_minimum_required(VERSION 3.16)
experimental/mqtt_cxx: Adds a C++ Mqtt client wrapper - Base class with separated event handlers for each Mqtt client event. - Topic matcher added to support data events. - Filter class to allow only mqtt valid topic filters. - Initial code for unit test on the host.
2020-12-15 13:10:10 +00:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(mqtt_tcp_cxx)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 31ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API