mirror of
https://github.com/reactos/CMake.git
synced 2025-02-17 10:10:19 +00:00
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…
x
Reference in New Issue
Block a user