Skip to content
  • Chuck Atkins's avatar
    Compilers: Add common macros to be used by various compilers · 1de70845
    Chuck Atkins authored
    With numerous compilers now supporting multiple language standards in CMake,
    some common design patterns have begun to emerge.  This is intended to
    be a collection of macros implementing many of those common design
    patterns that can be factored out and leveraged by many compilers.
    Currently this only contains the code to set the default language
    standard of not preset.  More functionality will be added in the future
    as appropriate.
    1de70845