file(GLOB): Ensure entire file list is sorted
Previously, the file list produced by file(GLOB)
commands would not have been sorted in its entirety if multiple globbing expressions were given. Moving the sort operation will fix it.
Previously, the file list produced by file(GLOB)
commands would not have been sorted in its entirety if multiple globbing expressions were given. Moving the sort operation will fix it.