mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
377 B
CMake
13 lines
377 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS expat/expat/lib port/include)
|
|
set(COMPONENT_SRCDIRS expat/expat/lib)
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|
|
|
|
component_compile_definitions(HAVE_EXPAT_CONFIG_H)
|
|
component_compile_definitions(HAVE_GETRANDOM)
|
|
|
|
# Temporary suppress "fallthrough" warnings until they are fixed in expat repo
|
|
component_compile_options(-Wno-implicit-fallthrough)
|