CMSIS-DSP: Change to cmake to more easily build wrappers
diff --git a/CMSIS/DSP/Toolchain/Tools.cmake b/CMSIS/DSP/Toolchain/Tools.cmake
index 8097219..2b3163e 100644
--- a/CMSIS/DSP/Toolchain/Tools.cmake
+++ b/CMSIS/DSP/Toolchain/Tools.cmake
@@ -5,4 +5,9 @@
 
 if (GCC)
     include(Toolchain/GCC)
+endif()
+
+if (MSVC)
+    function(compilerSpecificCompileOptions PROJECTNAME ROOT)
+    endfunction()
 endif()
\ No newline at end of file