CMSIS-DSP/PythonWrapper/CMakeLists.txt

14 lines
172 B
CMake

cmake_minimum_required (VERSION 3.6)
# Define the project
project (pythonwrapper VERSION 0.1)
###########
#
# CMSIS DSP
#
add_subdirectory(${CMSISDSP}/Source bin_dsp)