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

Method SetObjectLibrary

Source/cmSourceFile.cxx:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 "INCLUDE_DIRECTORIES";
62
63void cmSourceFile::SetObjectLibrary(std::string const& objlib)
64{
65 this->ObjectLibrary = objlib;
66}
67
68std::string cmSourceFile::GetObjectLibrary() const
69{

Callers 1

AddTargetObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected