From 90b4a36cd1aaff34dd3b57ed66589441cfae606a Mon Sep 17 00:00:00 2001 From: Michael Bender Date: Fri, 12 Nov 2021 21:06:51 -0500 Subject: [PATCH] Add CMakeLists.txt to use as ESP-IDF component --- 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..fcca09b --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS "Adafruit_TCS34725.cpp" + INCLUDE_DIRS "." + REQUIRES Arduino Adafruit_BusIO)