diff options
author | Brad King <brad.king@kitware.com> | 2014-09-26 18:57:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-09-30 12:45:35 (GMT) |
commit | 69e198dc3fd0e0d16a7b4fe5bcda4c6e1e77ea2f (patch) | |
tree | 02008aea05b54160fe88a70a8a8f1ce55a1804dd /Source/cmGlobalVisualStudio10Generator.h | |
parent | 5365c9ac377ab6f579a1af32c4bfbec798417efb (diff) | |
download | CMake-69e198dc3fd0e0d16a7b4fe5bcda4c6e1e77ea2f.zip CMake-69e198dc3fd0e0d16a7b4fe5bcda4c6e1e77ea2f.tar.gz CMake-69e198dc3fd0e0d16a7b4fe5bcda4c6e1e77ea2f.tar.bz2 |
VS: Generate Nsight Tegra project revision number
Nsight Tegra 2.0 will be revision '8'. Generate this revision number
and add a NsightTegraUpgradeOnceWithoutPrompt element to tell newer
versions not to prompt when upgrading the generated project file.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h index 1df98e3..3af7b51 100644 --- a/Source/cmGlobalVisualStudio10Generator.h +++ b/Source/cmGlobalVisualStudio10Generator.h @@ -61,6 +61,7 @@ public: /** Generating for Nsight Tegra VS plugin? */ bool IsNsightTegra() const; + std::string GetNsightTegraVersion() const; /** The toolset name for the target platform. */ const char* GetPlatformToolset() const; |