Skip to content
  • Sebastian Holtermann's avatar
    cmSourceFile: Add IsGenerated method · 2ddf3f44
    Sebastian Holtermann authored
    All cmSourceFiles are checked at least once whether they're `GENERATED` or not.
    This adds a convenience method `GetIsGenerated` that returns a private
    boolean cache variable `IsGenerated`.  `IsGenerated` is updated every time the
    `GENERATED` property is written.
    2ddf3f44