CMakeLists.txt 359 B

123456789101112
  1. # Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
  2. # SPDX-License-Identifier: Apache-2.0
  3. zephyr_include_directories(Include)
  4. if(CONFIG_CMSIS_DSP_HELIUM OR CONFIG_CMSIS_DSP_MVEF OR CONFIG_CMSIS_DSP_SUPPORT)
  5. include_directories(PrivateInclude)
  6. endif()
  7. add_subdirectory(Source)
  8. zephyr_compile_definitions_ifdef(CONFIG_ARCH_POSIX __GNUC_PYTHON__)