diff options
author | Brad King <brad.king@kitware.com> | 2015-09-18 13:56:39 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-18 13:56:39 (GMT) |
commit | 309026147a04d4a4744f6cca50717fe869069fea (patch) | |
tree | b54dc88f7f60199af1fab8786bdfe4cceb53217c /Source/cmVisualStudio10TargetGenerator.h | |
parent | 732e86ef3ab872c3394730f489bd5a91217fd1ed (diff) | |
parent | e134e53b47fc9f0337529ce2b6851cec6319a8af (diff) | |
download | CMake-309026147a04d4a4744f6cca50717fe869069fea.zip CMake-309026147a04d4a4744f6cca50717fe869069fea.tar.gz CMake-309026147a04d4a4744f6cca50717fe869069fea.tar.bz2 |
Merge topic 'ms-manifest-files'
e134e53b Add support for *.manifest source files with MSVC tools
da00be63 MSVC: Rewrite manifest file handling with Makefile and Ninja
d488b5c9 Ninja: Always add OBJECT_DIR variable to link rules
6d620f5a VS: Add manifest tool settings to VS 8 and 9 project files
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 451f8b2..5fadb60 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -111,6 +111,7 @@ private: void AddLibraries(cmComputeLinkInformation& cli, std::vector<std::string>& libVec); void WriteLibOptions(std::string const& config); + void WriteManifestOptions(std::string const& config); void WriteEvents(std::string const& configName); void WriteEvent(const char* name, std::vector<cmCustomCommand> const& commands, |