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

Method HaveWellDefinedOutputFiles

Source/cmGeneratorTarget.cxx:1833–1840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1831}
1832
1833bool cmGeneratorTarget::HaveWellDefinedOutputFiles() const
1834{
1835 return this->GetType() == cmStateEnums::STATIC_LIBRARY ||
1836 this->GetType() == cmStateEnums::SHARED_LIBRARY ||
1837 this->GetType() == cmStateEnums::MODULE_LIBRARY ||
1838 this->GetType() == cmStateEnums::OBJECT_LIBRARY ||
1839 this->GetType() == cmStateEnums::EXECUTABLE;
1840}
1841
1842std::string const* cmGeneratorTarget::GetExportMacro() const
1843{

Callers 4

GetCompilePDBPathMethod · 0.95
GetOutputInfoMethod · 0.95
MustSkipMethod · 0.80
DumpMethod · 0.80

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected