浏览代码

ENH: add platform file for bounds checker

Bill Hoffman 17 年之前
父节点
当前提交
0ea69917d9
共有 1 个文件被更改,包括 4 次插入0 次删除
  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)