summaryrefslogtreecommitdiffstats
path: root/Source/cmExportSet.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-17 11:31:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-18 14:29:29 (GMT)
commit381e7afd363d64c72b83e69fd6c6cad5fc3eefb4 (patch)
tree4622b0de4d39a55ec71ca7562f18783137da3087 /Source/cmExportSet.h
parent65911cae4dd5a81f23a59bf9187b95bda3168fe9 (diff)
downloadCMake-381e7afd363d64c72b83e69fd6c6cad5fc3eefb4.zip
CMake-381e7afd363d64c72b83e69fd6c6cad5fc3eefb4.tar.gz
CMake-381e7afd363d64c72b83e69fd6c6cad5fc3eefb4.tar.bz2
cmExportSet: Store a cmGeneratorTarget.
Set the member at compute time from the stored name.
Diffstat (limited to 'Source/cmExportSet.h')
-rw-r--r--Source/cmExportSet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmExportSet.h b/Source/cmExportSet.h
index a57aa12..d780a22 100644
--- a/Source/cmExportSet.h
+++ b/Source/cmExportSet.h
@@ -15,6 +15,7 @@
#include "cmSystemTools.h"
class cmTargetExport;
class cmInstallExportGenerator;
+class cmLocalGenerator;
/// A set of targets that were installed with the same EXPORT parameter.
class cmExportSet
@@ -25,6 +26,8 @@ public:
/// Destructor
~cmExportSet();
+ void Compute(cmLocalGenerator* lg);
+
void AddTargetExport(cmTargetExport* tgt);
void AddInstallation(cmInstallExportGenerator const* installation);