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

Method AddIncludeFlags

Source/cmFastbuildTargetGenerator.cxx:812–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void cmFastbuildTargetGenerator::AddIncludeFlags(std::string& languageFlags,
813 std::string const& language,
814 std::string const&)
815{
816 std::vector<std::string> includes;
817 this->LocalGenerator->GetIncludeDirectories(includes, this->GeneratorTarget,
818 language, Config);
819 // Add include directory flags.
820 std::string includeFlags = this->LocalGenerator->GetIncludeFlags(
821 includes, this->GeneratorTarget, language, Config, false);
822
823 this->LocalGenerator->AppendFlags(languageFlags, includeFlags);
824}
825
826std::string cmFastbuildTargetGenerator::GetName()
827{

Callers

nothing calls this directly

Calls 3

GetIncludeFlagsMethod · 0.80
GetIncludeDirectoriesMethod · 0.45
AppendFlagsMethod · 0.45

Tested by

no test coverage detected