| 2065 | } |
| 2066 | |
| 2067 | Json::Value Target::DumpInstall() |
| 2068 | { |
| 2069 | Json::Value install = Json::objectValue; |
| 2070 | install["prefix"] = this->DumpInstallPrefix(); |
| 2071 | install["destinations"] = this->DumpInstallDestinations(); |
| 2072 | return install; |
| 2073 | } |
| 2074 | |
| 2075 | Json::Value Target::DumpInstallPrefix() |
| 2076 | { |
no test coverage detected