MCPcopy Create free account
hub / github.com/Kitware/CMake / cmPkgConfigLibsResult

Class cmPkgConfigLibsResult

Source/cmPkgConfigResolver.h:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25struct 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
33struct cmPkgConfigVersionReq
34{

Callers 1

LibsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…