| 23 | }; |
| 24 | |
| 25 | struct cmPkgConfigLibsResult |
| 26 | { |
| 27 | std::string Flagline; |
| 28 | std::vector<std::string> LibDirs; |
| 29 | std::vector<std::string> LibNames; |
| 30 | std::vector<std::string> LinkOptions; |
| 31 | }; |
| 32 | |
| 33 | struct cmPkgConfigVersionReq |
| 34 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…