We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4591370 commit b783738Copy full SHA for b783738
libraries/CMSIS_DSP/CMakeLists.txt
@@ -47,6 +47,7 @@ add_library(CMSIS_DSP_bin OBJECT EXCLUDE_FROM_ALL
47
src/SVMFunctions/SVMFunctionsF16.c
48
src/TransformFunctions/TransformFunctions.c
49
src/TransformFunctions/TransformFunctionsF16.c
50
+ src/WindowFunctions/WindowFunctions.c
51
)
52
target_link_libraries(CMSIS_DSP_bin PUBLIC CMSIS_DSP_usage)
53
libraries/CMSIS_DSP/src/WindowFunctions/WindowFunctions.c
@@ -0,0 +1 @@
1
+#include "../Source/WindowFunctions/WindowFunctions.c"
0 commit comments