mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
VS: Cache the list of xaml and resx headers
Speed up VS project generation with many such headers.
This commit is contained in:
committed by
Brad King
parent
cdb6d7df97
commit
73a6d4566a
@@ -739,6 +739,10 @@ private:
|
||||
bool ComputePDBOutputDir(const std::string& kind, const std::string& config,
|
||||
std::string& out) const;
|
||||
|
||||
typedef std::map<std::string, std::set<std::string> > HeadersCacheType;
|
||||
mutable HeadersCacheType ResxHeadersCache;
|
||||
mutable HeadersCacheType XamlHeadersCache;
|
||||
|
||||
public:
|
||||
const std::vector<const cmGeneratorTarget*>& GetLinkImplementationClosure(
|
||||
const std::string& config) const;
|
||||
|
||||
Reference in New Issue
Block a user