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

Method GetIncludes

Source/cmVisualStudio10TargetGenerator.cxx:3309–3319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3307}
3308
3309std::vector<std::string> cmVisualStudio10TargetGenerator::GetIncludes(
3310 std::string const& config, std::string const& lang) const
3311{
3312 std::vector<std::string> includes;
3313 this->LocalGenerator->GetIncludeDirectories(includes, this->GeneratorTarget,
3314 lang, config);
3315 for (std::string& i : includes) {
3316 ConvertToWindowsSlash(i);
3317 }
3318 return includes;
3319}
3320
3321std::string cmVisualStudio10TargetGenerator::GetTargetOutputName() const
3322{

Callers 7

ComputeClOptionsMethod · 0.95
ComputeRcOptionsMethod · 0.95
ComputeCudaOptionsMethod · 0.95
ComputeMarmasmOptionsMethod · 0.95
ComputeMasmOptionsMethod · 0.95
ComputeNasmOptionsMethod · 0.95
WriteMidlOptionsMethod · 0.95

Calls 2

ConvertToWindowsSlashFunction · 0.85
GetIncludeDirectoriesMethod · 0.45

Tested by

no test coverage detected