mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
GHS: Fix handling of duplicate source filenames (#16046)
Green Hills MULTI project files must specify explicitly distinct object file names for source files with the same name.
This commit is contained in:
@@ -88,6 +88,8 @@ private:
|
||||
WriteCustomCommandsHelper(std::vector<cmCustomCommand> const &commandsSet,
|
||||
cmTarget::CustomCommandType commandType);
|
||||
void WriteSources(std::vector<cmSourceFile *> const &objectSources);
|
||||
static std::map<const cmSourceFile *, std::string>
|
||||
GetObjectNames(const std::vector<cmSourceFile *> &objectSources);
|
||||
static void WriteObjectLangOverride(cmGeneratedFileStream *fileStream,
|
||||
cmSourceFile *sourceFile);
|
||||
static void WriteObjectDir(cmGeneratedFileStream *fileStream,
|
||||
|
||||
Reference in New Issue
Block a user