From 1f89568a1777872ca3485d9cbccc4b23d8bcb007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dcaro=20Pires?= Date: Wed, 9 Dec 2020 15:36:34 -0300 Subject: [PATCH] Add base CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..42b9d84 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "dht11.c" + INCLUDE_DIRS "include")