Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compilers: Add common macros to be used by various compilers | Chuck Atkins | 2017-05-01 | 1 | -0/+62 |
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. |