mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
BUG: VS6 generator now uses ComputeLinkInformation just like all other generators.
This commit is contained in:
@@ -94,6 +94,9 @@ private:
|
||||
std::ostream &fout, const char *libName);
|
||||
std::string CreateTargetRules(cmTarget &target,
|
||||
const char *libName);
|
||||
void ComputeLinkOptions(cmTarget& target, const char* configName,
|
||||
const std::string extraOptions,
|
||||
std::string& options);
|
||||
std::string IncludeOptions;
|
||||
std::vector<std::string> Configurations;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user