From f09ba5ffd53bf7d28e0dc516c00a8f69ca7efae9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 28 Sep 2023 08:29:55 +1000 Subject: Use bindey for databinding instead of hand rolling ui updates --- lib/bindey/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/bindey/CMakeLists.txt (limited to 'lib/bindey/CMakeLists.txt') diff --git a/lib/bindey/CMakeLists.txt b/lib/bindey/CMakeLists.txt new file mode 100644 index 00000000..f71c176a --- /dev/null +++ b/lib/bindey/CMakeLists.txt @@ -0,0 +1,6 @@ +# Copyright 2023 jacqueline +# +# SPDX-License-Identifier: GPL-3.0-only +idf_component_register( + INCLUDE_DIRS "include" +) -- cgit v1.2.3