| 1295 | } |
| 1296 | |
| 1297 | bool cmTarget::HasKnownObjectFileLocation(std::string* reason) const |
| 1298 | { |
| 1299 | return this->GetGlobalGenerator()->HasKnownObjectFileLocation(*this, reason); |
| 1300 | } |
| 1301 | |
| 1302 | std::vector<cmCustomCommand> const& cmTarget::GetPreBuildCommands() const |
| 1303 | { |
no test coverage detected