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

Method DumpInstallPrefix

Source/cmFileAPICodemodel.cxx:2075–2083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2073}
2074
2075Json::Value Target::DumpInstallPrefix()
2076{
2077 Json::Value prefix = Json::objectValue;
2078 std::string p =
2079 this->GT->Makefile->GetSafeDefinition("CMAKE_INSTALL_PREFIX");
2080 cmSystemTools::ConvertToUnixSlashes(p);
2081 prefix["path"] = p;
2082 return prefix;
2083}
2084
2085Json::Value Target::DumpInstallDestinations()
2086{

Callers 1

DumpInstallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected