summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 11:11:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commit32c2acd65c3d48433a50a6c2f9fc00c2a1a699f4 (patch)
treeb4f1e3bbda60383008200d8d7611f37733d5023b /Source/cmMakefile.cxx
parent9064f78b0c07a79f25ee04cf8afaf726d18ec722 (diff)
downloadCMake-32c2acd65c3d48433a50a6c2f9fc00c2a1a699f4.zip
CMake-32c2acd65c3d48433a50a6c2f9fc00c2a1a699f4.tar.gz
CMake-32c2acd65c3d48433a50a6c2f9fc00c2a1a699f4.tar.bz2
Features: Add cxx_extern_templates.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index aa9b7c7..1803afe 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -50,6 +50,7 @@
F(cxx_delegating_constructors) \
F(cxx_deleted_functions) \
F(cxx_explicit_conversions) \
+ F(cxx_extern_templates) \
F(cxx_final) \
F(cxx_inheriting_constructors) \
F(cxx_lambdas) \