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

Method GetCodegen

Source/cmCustomCommand.h:140–140  ·  view source on GitHub ↗

Record if the custom command can be used for code generation. */

Source from the content-addressed store, hash-verified

138
139 /** Record if the custom command can be used for code generation. */
140 bool GetCodegen() const { return Codegen; }
141 void SetCodegen(bool b) { Codegen = b; }
142
143private:

Callers 4

WriteTargetBuildRulesMethod · 0.80
CheckCustomCommandMethod · 0.80
WriteFolderTargetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected