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