CMakeLists.txt 255 B

1234567
  1. # SPDX-License-Identifier: Apache-2.0
  2. add_subdirectory_ifdef(CONFIG_HAS_CMSIS_CORE_M Core)
  3. add_subdirectory_ifdef(CONFIG_HAS_CMSIS_CORE_A Core_A)
  4. add_subdirectory_ifdef(CONFIG_HAS_CMSIS_CORE_R Core_R)
  5. add_subdirectory_ifdef(CONFIG_CMSIS_DSP DSP)