diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-08-15 19:07:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-08-15 19:07:56 (GMT) |
commit | 0ea69917d9e4901f4c706ed0168fbc7e99c74533 (patch) | |
tree | 6974b8674d706a06efdf69c79b3ec1d63f6d5178 /Modules/Platform/Windows-NMcl.cmake | |
parent | ae60cc235ca3e1e5943b1cfcb15cc797007556ac (diff) | |
download | CMake-0ea69917d9e4901f4c706ed0168fbc7e99c74533.zip CMake-0ea69917d9e4901f4c706ed0168fbc7e99c74533.tar.gz CMake-0ea69917d9e4901f4c706ed0168fbc7e99c74533.tar.bz2 |
ENH: add platform file for bounds checker
Diffstat (limited to 'Modules/Platform/Windows-NMcl.cmake')
-rw-r--r-- | Modules/Platform/Windows-NMcl.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-NMcl.cmake b/Modules/Platform/Windows-NMcl.cmake new file mode 100644 index 0000000..7add0b0 --- /dev/null +++ b/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) |