mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 06:30:20 -06:00
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
This commit is contained in:
@@ -125,8 +125,6 @@ private:
|
||||
virtual std::string GetTargetDirectory(cmTarget&);
|
||||
|
||||
std::vector<std::string> CreatedProjectNames;
|
||||
std::string LibraryOutputPath;
|
||||
std::string ExecutableOutputPath;
|
||||
std::string ModuleDefinitionFile;
|
||||
int Version;
|
||||
std::string PlatformName; // Win32 or x64
|
||||
|
||||
Reference in New Issue
Block a user