summaryrefslogtreecommitdiff
path: root/lib/lua-term/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-12-13 16:10:08 +1100
committerjacqueline <me@jacqueline.id.au>2023-12-13 16:10:08 +1100
commit64b106c13e18c33be0f2b0de532054e0ed3f731d (patch)
treeb54b1c90d941bc456b4d51e864970720bdf2d648 /lib/lua-term/CMakeLists.txt
parent5a2f0b08e0e3f20cda977b510b680d5843ae7283 (diff)
downloadtangara-fw-64b106c13e18c33be0f2b0de532054e0ed3f731d.tar.gz
add a cool lua repl
Diffstat (limited to 'lib/lua-term/CMakeLists.txt')
-rw-r--r--lib/lua-term/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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")