summaryrefslogtreecommitdiff
path: root/lib/bindey/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-09-28 08:29:55 +1000
committerjacqueline <me@jacqueline.id.au>2023-09-28 08:29:55 +1000
commitf09ba5ffd53bf7d28e0dc516c00a8f69ca7efae9 (patch)
treeaffce5567186d8944686afd824bf4ee4f7ee4d2d /lib/bindey/CMakeLists.txt
parentf168bfab7698f28492c7693263525945a26cbcc8 (diff)
downloadtangara-fw-f09ba5ffd53bf7d28e0dc516c00a8f69ca7efae9.tar.gz
Use bindey for databinding instead of hand rolling ui updates
Diffstat (limited to 'lib/bindey/CMakeLists.txt')
-rw-r--r--lib/bindey/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
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 <me@jacqueline.id.au>
+#
+# SPDX-License-Identifier: GPL-3.0-only
+idf_component_register(
+ INCLUDE_DIRS "include"
+)