From 1108a310dcb3dd7d12194e12cd58ffe4067a663a Mon Sep 17 00:00:00 2001 From: Brian Alano <111384732+Bad-Assumptions@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:46:04 -0400 Subject: [PATCH 1/2] added CMakeLists.txt for building with ESP-IDF/CMake under VSCode --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..510c067 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS + REQUIRES arduino + INCLUDE_DIRS "./src") \ No newline at end of file From b0284ce76d740fa3e0eb03c02e29044b84de3498 Mon Sep 17 00:00:00 2001 From: Brian Alano <111384732+Bad-Assumptions@users.noreply.github.com> Date: Tue, 13 Jun 2023 12:02:47 -0400 Subject: [PATCH 2/2] Create CMakeLists.txt for building with CMake under ESP-IDF and VSCode --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..510c067 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS + REQUIRES arduino + INCLUDE_DIRS "./src") \ No newline at end of file