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

Method AddCompileDefinition

Source/cmMakefile.cxx:1326–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324}
1325
1326void cmMakefile::AddCompileDefinition(std::string const& option)
1327{
1328 this->AppendProperty("COMPILE_DEFINITIONS", option);
1329}
1330
1331void cmMakefile::AddCompileOption(std::string const& option)
1332{

Callers 1

Calls 1

AppendPropertyMethod · 0.95

Tested by

no test coverage detected