diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-04-04 12:10:17 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:56 (GMT) |
commit | ff80c3b4201918c2f30241972d3553a99571eed8 (patch) | |
tree | 6f6c6d175a314e0e2ecd6e6a955563852cc865d2 /Source/cmMakefile.cxx | |
parent | 7605fee593a00e0345a4842241ff1f2a043b7ebf (diff) | |
download | CMake-ff80c3b4201918c2f30241972d3553a99571eed8.zip CMake-ff80c3b4201918c2f30241972d3553a99571eed8.tar.gz CMake-ff80c3b4201918c2f30241972d3553a99571eed8.tar.bz2 |
Features: Add cxx_attributes.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 2b76d45..63c00cc 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -45,6 +45,7 @@ F(cxx_alias_templates) \ F(cxx_alignas) \ F(cxx_alignof) \ + F(cxx_attributes) \ F(cxx_auto_type) \ F(cxx_constexpr) \ F(cxx_decltype) \ |