From 1573a8c4cde1cd9528b422b2dcc598e37ffe94a7 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 2 May 2024 19:12:26 +1000 Subject: WIP merge cyclically dependent components into one big component --- src/audio/test/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/audio/test/CMakeLists.txt (limited to 'src/audio/test') diff --git a/src/audio/test/CMakeLists.txt b/src/audio/test/CMakeLists.txt deleted file mode 100644 index 4d580b1c..00000000 --- a/src/audio/test/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2023 jacqueline -# -# SPDX-License-Identifier: GPL-3.0-only - -idf_component_register( - SRCS "" - INCLUDE_DIRS "." REQUIRES catch2 cmock audio) -- cgit v1.2.3