From 1e8fa2733e23b0e8bcc263429f8f7977e49bda03 Mon Sep 17 00:00:00 2001 From: "rami.zayat9" Date: Wed, 2 Apr 2025 15:05:05 +0200 Subject: [PATCH] added cmake for espidf compile using arduino as component --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..ec81932 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +idf_component_register( + SRC_DIRS "src" + INCLUDE_DIRS "src" + REQUIRES arduino-esp32 +) + \ No newline at end of file