Clarify the regexp used to detect source files in MSVC builds.
The old pattern would match files with strange extensions like *.ry or *.lpp. Refactor it to only include files with known extensions, and to make it more readable. Per Andrew Dunstan's suggestion.
Showing
Please register or sign in to comment