| 1985 | } |
| 1986 | |
| 1987 | Json::Value Target::DumpFramework(CompileData::IncludeEntry const& fw) |
| 1988 | { |
| 1989 | // for now, idem as include |
| 1990 | return this->DumpInclude(fw); |
| 1991 | } |
| 1992 | |
| 1993 | Json::Value Target::DumpPrecompileHeader(JBT<std::string> const& header) |
| 1994 | { |
no test coverage detected