diff options
author | Brad King <brad.king@kitware.com> | 2014-08-13 15:20:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-13 18:48:03 (GMT) |
commit | e872744990f48777a1f1cebc791911363515092d (patch) | |
tree | 039a2a17d6647e645a7cd79efdc8c60c9a8d793d /Source/cmVisualStudioGeneratorOptions.h | |
parent | 0271a5f9ba3a8aa2b2e0a7d94a53ad3f9bb52a00 (diff) | |
download | CMake-e872744990f48777a1f1cebc791911363515092d.zip CMake-e872744990f48777a1f1cebc791911363515092d.tar.gz CMake-e872744990f48777a1f1cebc791911363515092d.tar.bz2 |
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 47a7c62..8de6017 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -28,6 +28,7 @@ public: { Compiler, ResourceCompiler, + MasmCompiler, Linker, FortranCompiler }; |