2018-01-12 02:49:13 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS port/include include/expat)
|
|
|
|
set(COMPONENT_SRCDIRS library port)
|
|
|
|
|
|
|
|
register_component()
|
|
|
|
|
2018-02-22 04:05:05 +00:00
|
|
|
component_compile_definitions(HAVE_EXPAT_CONFIG_H)
|
2018-01-12 02:49:13 +00:00
|
|
|
|
|
|
|
# patch around warnings in third-party files
|
|
|
|
set_source_files_properties(
|
2018-02-27 04:45:30 +00:00
|
|
|
library/xmlparse.c
|
|
|
|
PROPERTIES COMPILE_FLAGS
|
|
|
|
-Wno-unused-function
|
|
|
|
)
|