| 19 | cmExportAndroidMKGenerator::cmExportAndroidMKGenerator() = default; |
| 20 | |
| 21 | cm::string_view cmExportAndroidMKGenerator::GetImportPrefixWithSlash() const |
| 22 | { |
| 23 | return "$(_IMPORT_PREFIX)/"_s; |
| 24 | } |
| 25 | |
| 26 | bool cmExportAndroidMKGenerator::GenerateImportFile(std::ostream& os) |
| 27 | { |
no outgoing calls
no test coverage detected