Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void cmSourceFile::SetObjectLibrary(std::string const& objlib)
64
{
65
this->ObjectLibrary = objlib;
66
}
67
68
std::string cmSourceFile::GetObjectLibrary() const
69
{
Callers
1
AddTargetObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected