mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-10 06:57:59 +00:00
Merge pull request #746 from libexpat/cmake-sort-xmlwf-sources
CMake: Sort xmlwf sources alphabetically
This commit is contained in:
commit
41762d1cf2
1 changed files with 2 additions and 2 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue