CMakeLists.txt 502 B

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