Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddCompileOption
Method
AddCompileOption
Source/cmMakefile.cxx:1331–1334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1329
}
1330
1331
void cmMakefile::AddCompileOption(std::string const& option)
1332
{
1333
this->AppendProperty(
"COMPILE_OPTIONS"
, option);
1334
}
1335
1336
void cmMakefile::AddLinkOption(std::string const& option)
1337
{
Callers
1
cmAddCompileOptionsCommand
Function · 0.80
Calls
1
AppendProperty
Method · 0.95
Tested by
no test coverage detected