MCPcopy Index your code
hub / github.com/Kitware/CMake / GetStaticLibraryFlags

Method GetStaticLibraryFlags

Source/cmLocalGenerator.cxx:1394–1402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394void cmLocalGenerator::GetStaticLibraryFlags(std::string& flags,
1395 std::string const& config,
1396 std::string const& linkLanguage,
1397 cmGeneratorTarget* target)
1398{
1399 std::vector<BT<std::string>> tmpFlags =
1400 this->GetStaticLibraryFlags(config, linkLanguage, target);
1401 this->AppendFlags(flags, tmpFlags);
1402}
1403
1404std::vector<BT<std::string>> cmLocalGenerator::GetStaticLibraryFlags(
1405 std::string const& config, std::string const& linkLanguage,

Callers 5

GetTargetFlagsMethod · 0.95
CreateBuildSettingsMethod · 0.80
OutputBuildToolMethod · 0.80
WriteLibOptionsMethod · 0.80

Calls 8

AppendFlagsMethod · 0.95
IsSplitSwiftBuildMethod · 0.95
AppendCompileOptionsMethod · 0.95
moveFunction · 0.85
emplace_backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected