From 12975932e38a96393c81254a4905969bd7cbcefa Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 5 Jul 2022 11:16:19 +0200 Subject: [PATCH] Add esp_boost --- .gitmodules | 3 +++ CMakeLists.txt | 1 + esp_boost | 1 + 3 files changed, 5 insertions(+) create mode 160000 esp_boost diff --git a/.gitmodules b/.gitmodules index af0c68f..e56fa7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "components/TFT_eSPI"] path = components/TFT_eSPI url = ../../0xFEEDC0DE64/TFT_eSPI.git +[submodule "esp_boost"] + path = esp_boost + url = ../../0xFEEDC0DE64/esp_boost.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d1270d9..5ef44b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) add_definitions(-DASIO_DISABLE_CONCEPTS=1) set(EXTRA_COMPONENT_DIRS + esp_boost esp-protocols/components ) diff --git a/esp_boost b/esp_boost new file mode 160000 index 0000000..76e5b50 --- /dev/null +++ b/esp_boost @@ -0,0 +1 @@ +Subproject commit 76e5b5075c337810fad642daddb807c90ed771fd