From 7197da21f6bcc1aaa5d1905228e0e2ec1caf3fa8 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 17 Jul 2023 16:54:35 +1000 Subject: Basic playlists for upcoming Beware under-testing and bugs. Just getting something barebones in so that I can do rN+1 bringup --- src/util/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/util/CMakeLists.txt (limited to 'src/util/CMakeLists.txt') diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt new file mode 100644 index 00000000..0903a912 --- /dev/null +++ b/src/util/CMakeLists.txt @@ -0,0 +1,7 @@ +# Copyright 2023 jacqueline +# +# SPDX-License-Identifier: GPL-3.0-only + +idf_component_register( + INCLUDE_DIRS "include" + REQUIRES "database") -- cgit v1.2.3