mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
cmExportSet: Store a cmGeneratorTarget.
Set the member at compute time from the stored name.
This commit is contained in:
@@ -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
|
||||
///@{
|
||||
|
||||
Reference in New Issue
Block a user