Ver Fonte

ENH: add platform file for bounds checker

Bill Hoffman há 17 anos atrás
pai
commit
0ea69917d9
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      Modules/Platform/Windows-NMcl.cmake

+ 4 - 0
Modules/Platform/Windows-NMcl.cmake

@@ -0,0 +1,4 @@
+# this is for the numega compiler which is really a front
+# end for visual studio, but adds memory checking code.
+
+include(Platform/Windows-cl)