-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ab0e77
commit a9c8db9
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# For more information about build system see | ||
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html | ||
cmake_minimum_required(VERSION 3.5) | ||
|
||
# Set project version | ||
set(PROJECT_VER "0.1.1") | ||
|
||
include($ENV{IDF_PATH}/tools/cmake/project.cmake) | ||
project(ESP32_SEND_DATA) |
5 changes: 5 additions & 0 deletions
5
examples/0015-espressif_esp32_process_OTA_MQTT/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# For more information about build system see | ||
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html | ||
cmake_minimum_required(VERSION 3.5) | ||
|
||
# Set project version | ||
set(PROJECT_VER "0.1.1") | ||
|
||
include($ENV{IDF_PATH}/tools/cmake/project.cmake) | ||
project(ESP32_PROCESS_OTA) |