Merge pull request #746 from libexpat/cmake-sort-xmlwf-sources

CMake: Sort xmlwf sources alphabetically
This commit is contained in:
Sebastian Pipping 2023-09-19 17:58:47 +02:00 committed by GitHub
commit 41762d1cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -541,10 +541,10 @@ endif()
#
if(EXPAT_BUILD_TOOLS)
set(xmlwf_SRCS
xmlwf/xmlwf.c
xmlwf/xmlfile.c
xmlwf/codepage.c
xmlwf/readfilemap.c
xmlwf/xmlfile.c
xmlwf/xmlwf.c
)
add_executable(xmlwf ${xmlwf_SRCS})