summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetExport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTargetExport.h')
-rw-r--r--Source/cmTargetExport.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/cmTargetExport.h b/Source/cmTargetExport.h
index ad677b0..c9d87fb 100644
--- a/Source/cmTargetExport.h
+++ b/Source/cmTargetExport.h
@@ -23,18 +23,6 @@ class cmInstallFilesGenerator;
class cmTargetExport
{
public:
- cmTargetExport(cmTarget* tgt,
- cmInstallTargetGenerator* archive,
- cmInstallTargetGenerator* runtime,
- cmInstallTargetGenerator* library,
- cmInstallTargetGenerator* framework,
- cmInstallTargetGenerator* bundle,
- cmInstallFilesGenerator* headers
- ) : Target(tgt), ArchiveGenerator(archive),
- RuntimeGenerator(runtime), LibraryGenerator(library),
- FrameworkGenerator(framework), BundleGenerator(bundle),
- HeaderGenerator(headers) {}
-
cmTarget* Target; ///< The target
///@name Generators