forked from me-no-dev/AsyncTCP
esp-idf fixes
This commit is contained in:
@ -1,15 +1 @@
|
||||
set(COMPONENT_SRCDIRS
|
||||
"src"
|
||||
)
|
||||
|
||||
set(COMPONENT_ADD_INCLUDEDIRS
|
||||
"src"
|
||||
)
|
||||
|
||||
set(COMPONENT_REQUIRES
|
||||
"arduino-esp32"
|
||||
)
|
||||
|
||||
register_component()
|
||||
|
||||
target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)
|
||||
idf_component_register(SRCS src/AsyncTCP.cpp INCLUDE_DIRS src REQUIRES arduino-esp32)
|
||||
|
Reference in New Issue
Block a user