diff options
author | Brad King <brad.king@kitware.com> | 2015-10-05 14:04:11 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-05 14:04:11 (GMT) |
commit | 6c25ceb6a841c9d24090f39851e1a89986ab9d4c (patch) | |
tree | 15bfc441c7e8bd12785d9ab715743c47f892d4a4 /Source/cmVisualStudio10TargetGenerator.h | |
parent | 518dc277281cf2280f9846f2ce2039440cda4ba9 (diff) | |
parent | 2402bb8cfd63078623779a3704227915324e52d4 (diff) | |
download | CMake-6c25ceb6a841c9d24090f39851e1a89986ab9d4c.zip CMake-6c25ceb6a841c9d24090f39851e1a89986ab9d4c.tar.gz CMake-6c25ceb6a841c9d24090f39851e1a89986ab9d4c.tar.bz2 |
Merge topic 'vs-win10-store'
2402bb8c Help: Document Windows 10 Universal Applications in cmake-toolchains(7)
1be2f12c VS: Add support for Windows 10 Universal (Store) Applications
2798dbda VS: Refactor indentation of LinkLibraryDependencies
8c426183 MSVC: Add system libs for WindowsStore on VS 2015
d1b87d72 VS: Select Windows 10 Store SDK and toolset for VS 2015
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index f2aaf05..15ed9f2 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -78,6 +78,13 @@ private: void WriteMissingFilesWP81(); void WriteMissingFilesWS80(); void WriteMissingFilesWS81(); + void WriteMissingFilesWS10_0(); + void WritePlatformExtensions(); + void WriteSinglePlatformExtension(std::string const& extension, + std::string const& version); + void WriteSDKReferences(); + void WriteSingleSDKReference(std::string const& extension, + std::string const& version); void WriteCommonMissingFiles(const std::string& manifestFile); void WriteTargetSpecificReferences(); |