cmExportSet: Store a cmGeneratorTarget.

Set the member at compute time from the stored name.
This commit is contained in:
Stephen Kelly
2015-10-17 13:31:33 +02:00
parent 65911cae4d
commit 381e7afd36
8 changed files with 41 additions and 27 deletions
+3 -2
View File
@@ -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
///@{