| 2093 | } |
| 2094 | |
| 2095 | Json::Value Target::DumpInstallDestination(cmInstallTargetGenerator* itGen) |
| 2096 | { |
| 2097 | Json::Value destination = Json::objectValue; |
| 2098 | destination["path"] = itGen->GetDestination(this->Config); |
| 2099 | this->AddBacktrace(destination, itGen->GetBacktrace()); |
| 2100 | return destination; |
| 2101 | } |
| 2102 | |
| 2103 | Json::Value Target::DumpArtifacts() |
| 2104 | { |
no test coverage detected