mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Break the "to infinity and beyond" stuff
This commit is contained in:
parent
3acc545b06
commit
53f8721f99
@ -91,6 +91,7 @@ bool cmAddLibraryCommand::InitialPass(std::vector<std::string> const& args)
|
||||
std::string copy = *s;
|
||||
m_Makefile->ExpandVariablesInString(copy);
|
||||
srclists.push_back(copy);
|
||||
++s;
|
||||
}
|
||||
|
||||
m_Makefile->AddLibrary(libname.c_str(), shared, srclists);
|
||||
|
Loading…
Reference in New Issue
Block a user