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

Method IsDLLPlatform

Source/cmGeneratorTarget.cxx:2032–2035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2030}
2031
2032bool cmGeneratorTarget::IsDLLPlatform() const
2033{
2034 return this->Target->IsDLLPlatform();
2035}
2036
2037void cmGeneratorTarget::GetAutoUicOptions(std::vector<std::string>& result,
2038 std::string const& config) const

Callers 4

GetOutputTargetTypeMethod · 0.95
HasImportLibraryMethod · 0.95
NeedImportLibraryNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected