MCPcopy Create free account
hub / github.com/Kitware/CMake / GetImportPrefixWithSlash

Method GetImportPrefixWithSlash

Source/cmExportAndroidMKGenerator.cxx:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected