0f174e5758
Adds a missing menuconfig for the DSP library as well as fix an issue with the zephyr library being a STATIC library and having no sources in the case of the cmsis backend. Signed-off-by: Yuval Peress <peress@google.com>
5 lines
126 B
CMake
5 lines
126 B
CMake
# Copyright (c) 2022 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory_ifdef(CONFIG_DSP_BACKEND_CMSIS cmsis)
|