BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files
This commit is contained in:
parent
eae89e0f88
commit
af60114ffb
|
@ -78,6 +78,8 @@ bool cmAuxSourceDirectoryCommand::InitialPass(std::vector<std::string> const& ar
|
|||
sourceListValue += ";";
|
||||
}
|
||||
sourceListValue += cmfile.GetSourceName();
|
||||
sourceListValue += ".";
|
||||
sourceListValue += cmfile.GetSourceExtension();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue