mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
This commit is contained in:
@@ -112,6 +112,7 @@ private:
|
||||
const char* extraFlags);
|
||||
|
||||
void WriteGroup(const cmSourceGroup *sg, cmTarget target, std::ostream &fout, const char *libName, std::vector<std::string> *configs);
|
||||
virtual std::string GetTargetDirectory(cmTarget&);
|
||||
|
||||
std::vector<std::string> m_CreatedProjectNames;
|
||||
std::string m_LibraryOutputPath;
|
||||
|
||||
Reference in New Issue
Block a user