mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
VS: Simplify use of object libraries in WINDOWS_EXPORT_ALL_SYMBOLS
Object library files are already included by `GetExternalObjects` so we don't need to call `UseObjectLibraries` to get them.
This commit is contained in:
@@ -887,7 +887,6 @@ void cmGlobalVisualStudioGenerator::AddSymbolExportCommand(
|
||||
objs.push_back((*it)->GetFullPath());
|
||||
}
|
||||
|
||||
gt->UseObjectLibraries(objs, configName);
|
||||
for (std::vector<std::string>::iterator it = objs.begin();
|
||||
it != objs.end(); ++it) {
|
||||
std::string objFile = *it;
|
||||
|
||||
Reference in New Issue
Block a user