diff options
author | Brad King <brad.king@kitware.com> | 2018-03-27 11:49:05 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-03-27 11:50:55 (GMT) |
commit | df0cfdf60e9f090c1050e55643349fbb052a52c0 (patch) | |
tree | ea37cf8ab9f1bf2bc10e16d0666d76127791aa03 /Source/cmVisualStudio10TargetGenerator.h | |
parent | b9788dc5a361ad2887b4e8433fdb04dc0aebdcd1 (diff) | |
parent | a0d9429bd70426b6444d3987d7023fe40e203b88 (diff) | |
download | CMake-df0cfdf60e9f090c1050e55643349fbb052a52c0.zip CMake-df0cfdf60e9f090c1050e55643349fbb052a52c0.tar.gz CMake-df0cfdf60e9f090c1050e55643349fbb052a52c0.tar.bz2 |
Merge topic 'vs-options-movexml'
a0d9429bd7 cmVisualStudioGeneratorOptions: Move XML code to subclasses
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1885
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index d557255..87f735d 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -21,7 +21,7 @@ class cmLocalVisualStudio7Generator; class cmMakefile; class cmSourceFile; class cmSourceGroup; -class cmVisualStudioGeneratorOptions; +class cmVS10GeneratorOptions; class cmVisualStudio10TargetGenerator { @@ -176,7 +176,7 @@ private: void GetCSharpSourceLink(cmSourceFile const* sf, std::string& link); private: - typedef cmVisualStudioGeneratorOptions Options; + typedef cmVS10GeneratorOptions Options; typedef std::map<std::string, std::unique_ptr<Options>> OptionsMap; OptionsMap ClOptions; OptionsMap RcOptions; |