# Copyright (c) 2020 Stephanos Ioannidis # SPDX-License-Identifier: Apache-2.0 zephyr_include_directories(Include) if(CONFIG_CMSIS_DSP_HELIUM OR CONFIG_CMSIS_DSP_MVEF OR CONFIG_CMSIS_DSP_SUPPORT) include_directories(PrivateInclude) endif() add_subdirectory(Source) zephyr_compile_definitions_ifdef(CONFIG_ARCH_POSIX __GNUC_PYTHON__)