summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-17 13:10:32 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-18 14:29:30 (GMT)
commitd231c31b98eb80929d9aabf8e606abde39fc08f4 (patch)
treeab16b6e98e1ee696e07d5b3273b41c7b24b55ece /Source/cmExportFileGenerator.h
parente6661282436d7901617d2f96d9acf9d4cb7db9d5 (diff)
downloadCMake-d231c31b98eb80929d9aabf8e606abde39fc08f4.zip
CMake-d231c31b98eb80929d9aabf8e606abde39fc08f4.tar.gz
CMake-d231c31b98eb80929d9aabf8e606abde39fc08f4.tar.bz2
Export: Port internal API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r--Source/cmExportFileGenerator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h
index be5c6f7..18f0b00 100644
--- a/Source/cmExportFileGenerator.h
+++ b/Source/cmExportFileGenerator.h
@@ -78,9 +78,10 @@ protected:
void GenerateImportTargetCode(std::ostream& os,
cmGeneratorTarget const* target);
void GenerateImportPropertyCode(std::ostream& os, const std::string& config,
- cmTarget const* target,
+ cmGeneratorTarget const* target,
ImportPropertyMap const& properties);
- void GenerateImportedFileChecksCode(std::ostream& os, cmTarget* target,
+ void GenerateImportedFileChecksCode(std::ostream& os,
+ cmGeneratorTarget* target,
ImportPropertyMap const& properties,
const std::set<std::string>& importedLocations);
void GenerateImportedFileCheckLoop(std::ostream& os);