summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetExport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTargetExport.h')
-rw-r--r--Source/cmTargetExport.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmTargetExport.h b/Source/cmTargetExport.h
index 7665888..2781337 100644
--- a/Source/cmTargetExport.h
+++ b/Source/cmTargetExport.h
@@ -14,7 +14,7 @@
#include "cmStandardIncludes.h"
-class cmTarget;
+class cmGeneratorTarget;
class cmInstallTargetGenerator;
class cmInstallFilesGenerator;
@@ -25,7 +25,8 @@ class cmInstallFilesGenerator;
class cmTargetExport
{
public:
- cmTarget* Target; ///< The target
+ std::string TargetName;
+ cmGeneratorTarget* Target;
///@name Generators
///@{