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

Method AddExplicitObjectName

Source/cmGeneratorTarget.cxx:900–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900void cmGeneratorTarget::AddExplicitObjectName(cmSourceFile const* sf)
901{
902 this->ExplicitObjectName.insert(sf);
903}
904
905bool cmGeneratorTarget::HasExplicitObjectName(cmSourceFile const* file) const
906{

Callers 2

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected