From 64b106c13e18c33be0f2b0de532054e0ed3f731d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 13 Dec 2023 16:10:08 +1100 Subject: add a cool lua repl --- lib/lua-term/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/lua-term/CMakeLists.txt (limited to 'lib/lua-term/CMakeLists.txt') diff --git a/lib/lua-term/CMakeLists.txt b/lib/lua-term/CMakeLists.txt new file mode 100644 index 00000000..2350152d --- /dev/null +++ b/lib/lua-term/CMakeLists.txt @@ -0,0 +1 @@ +idf_component_register(SRCS "core.c" INCLUDE_DIRS "." REQUIRES "esp-idf-lua") -- cgit v1.2.3