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

Method GetCxxModuleSources

Source/cmGeneratorTarget.cxx:978–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976}
977
978void cmGeneratorTarget::GetCxxModuleSources(
979 std::vector<cmSourceFile const*>& data, std::string const& config) const
980{
981 IMPLEMENT_VISIT(SourceKindCxxModuleSource);
982}
983
984void cmGeneratorTarget::GetExtraSources(std::vector<cmSourceFile const*>& data,
985 std::string const& config) const

Callers 3

WriteLanguagesRulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected