summaryrefslogtreecommitdiff
path: root/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/CMakeLists.txt
blob: 34cdd8d9443b18ae40e1f920fa972c85b254f342 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cmake_minimum_required (VERSION 3.6)

project(CMSISDSPComplexMath)


file(GLOB SRC "./*_*.c")

add_library(CMSISDSPComplexMath STATIC ${SRC})

configdsp(CMSISDSPComplexMath ..)

### Includes
target_include_directories(CMSISDSPComplexMath PUBLIC "${DSP}/../../Include")