mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-12 15:52:55 +00:00
CMake: Drop .c files from expat_SRCS that are empty unless included
This commit is contained in:
parent
201094142d
commit
4657d2d3de
1 changed files with 3 additions and 2 deletions
|
@ -229,8 +229,9 @@ set(expat_SRCS
|
|||
lib/xmlparse.c
|
||||
lib/xmlrole.c
|
||||
lib/xmltok.c
|
||||
lib/xmltok_impl.c
|
||||
lib/xmltok_ns.c
|
||||
# NOTE: ISO C forbids an empty translation unit
|
||||
# lib/xmltok_impl.c
|
||||
# lib/xmltok_ns.c
|
||||
)
|
||||
|
||||
if(EXPAT_SHARED_LIBS)
|
||||
|
|
Loading…
Add table
Reference in a new issue