Files
2018-05-04 15:20:52 +08:00

9 lines
181 B
CMake

set(COMPONENT_SRCDIRS .)
set(COMPONENT_ADD_INCLUDEDIRS include)
set(COMPONENT_PRIV_REQUIRES lwip)
register_component()
component_compile_options(-DLWIP_OPEN_SRC -DMEMLEAK_DEBUG)