diff options
author | Brad King <brad.king@kitware.com> | 2016-10-26 13:28:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-26 13:28:19 (GMT) |
commit | fdd0ce915c0ab7e5a9f3b95612b35d845a7a5213 (patch) | |
tree | 05a8472df063f14746ca864742fec33859d4370d /Source/CMakeLists.txt | |
parent | fa15858a7eee3a6feb84bd39b01478c2116ab21e (diff) | |
parent | 69fc7bf87db33d88af02602fba811b5c5e740a70 (diff) | |
download | CMake-fdd0ce915c0ab7e5a9f3b95612b35d845a7a5213.zip CMake-fdd0ce915c0ab7e5a9f3b95612b35d845a7a5213.tar.gz CMake-fdd0ce915c0ab7e5a9f3b95612b35d845a7a5213.tar.bz2 |
Merge topic 'vs-toolset-options'
69fc7bf8 VS: Choose flag map based on the toolset name
e2ed9a70 VS: Move toolset flag table lookup to global generator
584ab528 VS: Add internal API to get platform toolset as string
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 09c0acf..cf9dbb8 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -680,6 +680,8 @@ if (WIN32) cmVisualStudioGeneratorOptions.cxx cmVisualStudio10TargetGenerator.h cmVisualStudio10TargetGenerator.cxx + cmVisualStudio10ToolsetOptions.h + cmVisualStudio10ToolsetOptions.cxx cmLocalVisualStudio10Generator.cxx cmLocalVisualStudio10Generator.h cmGlobalVisualStudio10Generator.h |