summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-10-06 15:44:17 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 19:59:03 (GMT)
commit57ab0f70b50e8c308f12248494fcc233e83210a4 (patch)
treec73e2d7012f1a67d804af86bf256a14bd30d3278 /Source/cmExportBuildFileGenerator.h
parent570938cbfd132ad0e586327466109aad87c21ede (diff)
downloadCMake-57ab0f70b50e8c308f12248494fcc233e83210a4.zip
CMake-57ab0f70b50e8c308f12248494fcc233e83210a4.tar.gz
CMake-57ab0f70b50e8c308f12248494fcc233e83210a4.tar.bz2
Port cmExportBuildFileGenerator to cmGeneratorTarget.
Diffstat (limited to 'Source/cmExportBuildFileGenerator.h')
-rw-r--r--Source/cmExportBuildFileGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExportBuildFileGenerator.h b/Source/cmExportBuildFileGenerator.h
index 8b5694c..4d8e062 100644
--- a/Source/cmExportBuildFileGenerator.h
+++ b/Source/cmExportBuildFileGenerator.h
@@ -68,7 +68,7 @@ protected:
/** Fill in properties indicating built file locations. */
void SetImportLocationProperty(const std::string& config,
std::string const& suffix,
- cmTarget* target,
+ cmGeneratorTarget* target,
ImportPropertyMap& properties);
std::string InstallNameDir(cmTarget* target, const std::string& config);
@@ -78,7 +78,7 @@ protected:
std::vector<std::string> Targets;
cmExportSet *ExportSet;
- std::vector<cmTarget*> Exports;
+ std::vector<cmGeneratorTarget*> Exports;
cmMakefile* Makefile;
cmListFileBacktrace Backtrace;
};