mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Add support for *.manifest source files with MSVC tools
Classify .manifest sources separately, add dependencies on them, and pass them to the MS manifest tool to merge with linker-generated manifest files. Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user