summaryrefslogtreecommitdiff
path: root/Source/cmGhsMultiTargetGenerator.h
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2019-01-05 11:01:22 -0500
committerFred Baksik <frodak17@gmail.com>2019-01-16 10:41:42 -0500
commit73092b2213495e06ef2ecfbf5fcca850874d6c88 (patch)
treeac8a1d2adfad15daa9dd760d55dc87a4b4890a8d /Source/cmGhsMultiTargetGenerator.h
parent14f3ba205989a422f1668073a325b057cece0b32 (diff)
downloadcmake-73092b2213495e06ef2ecfbf5fcca850874d6c88.tar.gz
GHS: Add support for object libraries
Diffstat (limited to 'Source/cmGhsMultiTargetGenerator.h')
-rw-r--r--Source/cmGhsMultiTargetGenerator.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/cmGhsMultiTargetGenerator.h b/Source/cmGhsMultiTargetGenerator.h
index 5d67112005..c713cc498b 100644
--- a/Source/cmGhsMultiTargetGenerator.h
+++ b/Source/cmGhsMultiTargetGenerator.h
@@ -52,17 +52,10 @@ private:
std::ostream& fout, std::vector<cmCustomCommand> const& commandsSet,
cmTarget::CustomCommandType commandType);
void WriteSources(std::ostream& fout_proj);
- static std::map<const cmSourceFile*, std::string> GetObjectNames(
- std::vector<cmSourceFile*>* objectSources,
- cmLocalGhsMultiGenerator* localGhsMultiGenerator,
- cmGeneratorTarget* generatorTarget);
+
static void WriteObjectLangOverride(std::ostream& fout,
const cmSourceFile* sourceFile);
- static std::string ComputeLongestObjectDirectory(
- cmLocalGhsMultiGenerator const* localGhsMultiGenerator,
- cmGeneratorTarget* generatorTarget, cmSourceFile* const sourceFile);
-
static bool DetermineIfTargetGroup(const cmGeneratorTarget* target);
bool DetermineIfDynamicDownload(std::string const& config,
const std::string& language);