summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-01-08 19:58:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-01-10 17:06:03 (GMT)
commitb6036d104a95156e8524dbfeb5533d3a579d8837 (patch)
tree43c87da6e21f66ec1737e0213aba5019ef3f326f /Source/cmExportFileGenerator.h
parentcb1afbf466d126f233e93b2cdfa3f5c5dfe5b8f7 (diff)
downloadCMake-b6036d104a95156e8524dbfeb5533d3a579d8837.zip
CMake-b6036d104a95156e8524dbfeb5533d3a579d8837.tar.gz
CMake-b6036d104a95156e8524dbfeb5533d3a579d8837.tar.bz2
Extract the AddTargetNamespace method.
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r--Source/cmExportFileGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h
index 7c58ad8..a5b25f4 100644
--- a/Source/cmExportFileGenerator.h
+++ b/Source/cmExportFileGenerator.h
@@ -128,6 +128,10 @@ private:
cmGeneratorExpression::PreprocessContext,
ImportPropertyMap &properties,
std::vector<std::string> &missingTargets);
+
+ bool AddTargetNamespace(std::string &input, cmTarget* target,
+ std::vector<std::string> &missingTargets);
+
};
#endif