diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2016-12-07 11:48:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-07 16:49:43 (GMT) |
commit | e438693e953b77ca12339f664518e28283c7ec64 (patch) | |
tree | f17b161b7b245a4326dbfd7c7defbf179f2a4970 /Source/cmVisualStudioGeneratorOptions.h | |
parent | 0f37cd228e9668d981ff75f3e1c63d4f716b7e57 (diff) | |
download | CMake-e438693e953b77ca12339f664518e28283c7ec64.zip CMake-e438693e953b77ca12339f664518e28283c7ec64.tar.gz CMake-e438693e953b77ca12339f664518e28283c7ec64.tar.bz2 |
VS: Teach option map IsDebug() method about C# projects
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index e27c5d3..ab6b8cc 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -28,7 +28,8 @@ public: ResourceCompiler, MasmCompiler, Linker, - FortranCompiler + FortranCompiler, + CSharpCompiler }; cmVisualStudioGeneratorOptions(cmLocalVisualStudioGenerator* lg, Tool tool, cmVS7FlagTable const* table, |