1# Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4# This CMakeLists.txt in the root of the repository ensures that, when another 5# project fetches CMSIS-DSP by calling FetchContent_MakeAvailable(), the call 6# automatically adds CMSIS-DSP as a subdirectory. To maintain compatibility with 7# existing projects that assume CMSIS-DSP's entry point to be Source/, we only 8# add a redirection in the root CMakeLists.txt. 9add_subdirectory(Source) 10