1cmake_minimum_required (VERSION 3.6) 2 3# Define the project 4project (pythonwrapper VERSION 0.1) 5 6 7########### 8# 9# CMSIS DSP 10# 11 12add_subdirectory(${CMSISDSP}/Source bin_dsp) 13 14