ENH: add rest of lib check
This commit is contained in:
parent
07eb80d910
commit
1d59cc7da6
|
@ -69,6 +69,7 @@ private:
|
|||
void WriteProjectReferences();
|
||||
bool OutputSourceSpecificFlags(cmSourceFile* source);
|
||||
void AddLibraries(cmComputeLinkInformation& cli, std::string& libstring);
|
||||
void WriteLibOptions(std::string const& config);
|
||||
private:
|
||||
cmTarget* Target;
|
||||
cmMakefile* Makefile;
|
||||
|
|
Loading…
Reference in New Issue