diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-08 19:58:33 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-10 17:06:03 (GMT) |
commit | b6036d104a95156e8524dbfeb5533d3a579d8837 (patch) | |
tree | 43c87da6e21f66ec1737e0213aba5019ef3f326f /Source/cmExportFileGenerator.h | |
parent | cb1afbf466d126f233e93b2cdfa3f5c5dfe5b8f7 (diff) | |
download | CMake-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.h | 4 |
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 |