From e7bf6e37bbdb39157c5512b8813bb4953010c5d3 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Fri, 4 May 2018 16:20:07 +0800 Subject: [PATCH] feat(esptool_py): Add cmake script --- components/esptool_py/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 components/esptool_py/CMakeLists.txt diff --git a/components/esptool_py/CMakeLists.txt b/components/esptool_py/CMakeLists.txt new file mode 100644 index 00000000..bdd55cee --- /dev/null +++ b/components/esptool_py/CMakeLists.txt @@ -0,0 +1 @@ +register_config_only_component()