BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files

This commit is contained in:
Bill Hoffman 2005-04-05 14:48:25 -04:00
parent eae89e0f88
commit af60114ffb
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ bool cmAuxSourceDirectoryCommand::InitialPass(std::vector<std::string> const& ar
sourceListValue += ";";
}
sourceListValue += cmfile.GetSourceName();
sourceListValue += ".";
sourceListValue += cmfile.GetSourceExtension();
}
}
}