MCPcopy 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
1331void cmMakefile::AddCompileOption(std::string const& option)
1332{
1333 this->AppendProperty("COMPILE_OPTIONS", option);
1334}
1335
1336void cmMakefile::AddLinkOption(std::string const& option)
1337{

Callers 1

Calls 1

AppendPropertyMethod · 0.95

Tested by

no test coverage detected