summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2016-07-12 17:26:55 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-08 14:37:31 (GMT)
commitf81b9475f3724eef5d9e81b9190e30f5df09c808 (patch)
treeb2e9bc3973c3ac91826becb5513f7d1cd6a2adf4 /Source/cmExportFileGenerator.h
parentf506489d1ed222761f9ce752144a458290020e55 (diff)
downloadCMake-f81b9475f3724eef5d9e81b9190e30f5df09c808.zip
CMake-f81b9475f3724eef5d9e81b9190e30f5df09c808.tar.gz
CMake-f81b9475f3724eef5d9e81b9190e30f5df09c808.tar.bz2
Export: Factor out file generation steps into helpers
Do not actually generate any content in the driving code paths. Use helpers for that.
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r--Source/cmExportFileGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h
index 354994a..5234597 100644
--- a/Source/cmExportFileGenerator.h
+++ b/Source/cmExportFileGenerator.h
@@ -78,6 +78,8 @@ protected:
std::vector<std::string>& missingTargets);
// Methods to implement export file code generation.
+ void GeneratePolicyHeaderCode(std::ostream& os);
+ void GeneratePolicyFooterCode(std::ostream& os);
void GenerateImportHeaderCode(std::ostream& os,
const std::string& config = "");
void GenerateImportFooterCode(std::ostream& os);