diff options
Diffstat (limited to 'lib/bindey/CMakeLists.txt')
| -rw-r--r-- | lib/bindey/CMakeLists.txt | 6 |
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" +) |
