diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-22 14:16:33 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-22 14:16:33 +1100 |
| commit | f9aec8b6906599296417af5414b1c72a3cf53e73 (patch) | |
| tree | 088fb6abe8cb1cf1d3a389572c5b6f577fa8e2e2 /src/lua/CMakeLists.txt | |
| parent | 4b2003c78a5e4270f384283f72d185cd4a40f30e (diff) | |
| download | tangara-fw-f9aec8b6906599296417af5414b1c72a3cf53e73.tar.gz | |
split the lua thread registry into its own files
Diffstat (limited to 'src/lua/CMakeLists.txt')
| -rw-r--r-- | src/lua/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/CMakeLists.txt b/src/lua/CMakeLists.txt index d89b22e8..ff0831c9 100644 --- a/src/lua/CMakeLists.txt +++ b/src/lua/CMakeLists.txt @@ -4,7 +4,7 @@ idf_component_register( SRCS "lua_thread.cpp" "bridge.cpp" "property.cpp" "lua_database.cpp" - "lua_queue.cpp" "lua_version.cpp" "lua_controls.cpp" + "lua_queue.cpp" "lua_version.cpp" "lua_controls.cpp" "registry.cpp" INCLUDE_DIRS "include" REQUIRES "drivers" "lvgl" "tinyfsm" "events" "system_fsm" "database" "esp_timer" "battery" "esp-idf-lua" "luavgl" "lua-linenoise" "lua-term" |
