mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
5
Help/release/dev/vs-natvis.rst
Normal file
5
Help/release/dev/vs-natvis.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
vs-natvis
|
||||
---------
|
||||
|
||||
* :ref:`Visual Studio Generators` for VS 2010 and above learned to
|
||||
place ``.natvis`` source files into VS project files properly.
|
||||
@@ -1187,6 +1187,8 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
|
||||
tool = "PRIResource";
|
||||
} else if (ext == "xml") {
|
||||
tool = "XML";
|
||||
} else if (ext == "natvis") {
|
||||
tool = "Natvis";
|
||||
}
|
||||
|
||||
if (this->NsightTegra) {
|
||||
|
||||
Reference in New Issue
Block a user