summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2019-01-05 16:01:22 (GMT)
committerFred Baksik <frodak17@gmail.com>2019-01-16 15:41:42 (GMT)
commit73092b2213495e06ef2ecfbf5fcca850874d6c88 (patch)
treeac8a1d2adfad15daa9dd760d55dc87a4b4890a8d /Source/cmLocalGhsMultiGenerator.h
parent14f3ba205989a422f1668073a325b057cece0b32 (diff)
downloadCMake-73092b2213495e06ef2ecfbf5fcca850874d6c88.zip
CMake-73092b2213495e06ef2ecfbf5fcca850874d6c88.tar.gz
CMake-73092b2213495e06ef2ecfbf5fcca850874d6c88.tar.bz2
GHS: Add support for object libraries
Diffstat (limited to 'Source/cmLocalGhsMultiGenerator.h')
-rw-r--r--Source/cmLocalGhsMultiGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmLocalGhsMultiGenerator.h b/Source/cmLocalGhsMultiGenerator.h
index 1f55420..d5bec42 100644
--- a/Source/cmLocalGhsMultiGenerator.h
+++ b/Source/cmLocalGhsMultiGenerator.h
@@ -28,6 +28,10 @@ public:
std::string GetTargetDirectory(
cmGeneratorTarget const* target) const override;
+ void ComputeObjectFilenames(
+ std::map<cmSourceFile const*, std::string>& mapping,
+ cmGeneratorTarget const* gt = nullptr) override;
+
private:
void GenerateTargetsDepthFirst(cmGeneratorTarget* target,
std::vector<cmGeneratorTarget*>& remaining);