2019-11-21 03:18:48 -05:00
|
|
|
idf_component_register(SRCS "expat/expat/lib/xmlparse.c"
|
2019-04-28 03:38:23 -04:00
|
|
|
"expat/expat/lib/xmlrole.c"
|
|
|
|
"expat/expat/lib/xmltok.c"
|
|
|
|
"expat/expat/lib/xmltok_impl.c"
|
|
|
|
"expat/expat/lib/xmltok_ns.c"
|
|
|
|
INCLUDE_DIRS expat/expat/lib port/include)
|
2018-01-11 21:49:13 -05:00
|
|
|
|
2019-05-09 22:53:08 -04:00
|
|
|
target_compile_definitions(${COMPONENT_LIB} PRIVATE HAVE_EXPAT_CONFIG_H)
|
|
|
|
target_compile_definitions(${COMPONENT_LIB} PRIVATE HAVE_GETRANDOM)
|
2018-01-11 21:49:13 -05:00
|
|
|
|
2018-08-16 01:01:43 -04:00
|
|
|
# Temporary suppress "fallthrough" warnings until they are fixed in expat repo
|
2019-11-05 06:20:26 -05:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-implicit-fallthrough)
|