diff options
author | Brad King <brad.king@kitware.com> | 2014-08-13 11:20:20 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-13 14:48:03 -0400 |
commit | e872744990f48777a1f1cebc791911363515092d (patch) | |
tree | 039a2a17d6647e645a7cd79efdc8c60c9a8d793d /Source/cmVisualStudioGeneratorOptions.h | |
parent | 0271a5f9ba3a8aa2b2e0a7d94a53ad3f9bb52a00 (diff) | |
download | cmake-e872744990f48777a1f1cebc791911363515092d.tar.gz |
VS: Populate MASM tool build settings in .vcxproj files
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index 47a7c62c60..8de6017f1f 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -28,6 +28,7 @@ public: { Compiler, ResourceCompiler, + MasmCompiler, Linker, FortranCompiler }; |