commit | 918f763bc65ccfc343b18a1ef7149af46b09bb57 | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed Jul 31 07:41:45 2019 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed Jul 31 07:42:46 2019 +0200 |
tree | 7681507abe5d4593d9a65f400e7a686050a49f7d | |
parent | 4f14f49ff1292a9155151b9ba53a02bba812056e [diff] [blame] |
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