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

Method IsSharedLibraryWithExports

Source/cmGeneratorTarget.cxx:5507–5510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5505}
5506
5507bool cmGeneratorTarget::IsSharedLibraryWithExports() const
5508{
5509 return this->Target->IsSharedLibraryWithExports();
5510}
5511
5512bool cmGeneratorTarget::HasImportLibrary(std::string const& config) const
5513{

Callers 2

GetLibraryNamesMethod · 0.95
HasImportLibraryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected