Cleanups
This commit is contained in:
@@ -1,24 +1,25 @@
|
|||||||
set(headers
|
set(headers
|
||||||
src/asyncudplistener.h
|
src/asyncudplistener.h
|
||||||
src/udpsender.h
|
|
||||||
src/espwifistack.h
|
src/espwifistack.h
|
||||||
src/espwifistackconfig.h
|
src/espwifistackconfig.h
|
||||||
src/espwifistackenums.h
|
src/espwifistackenums.h
|
||||||
src/espwifiutils.h
|
src/espwifiutils.h
|
||||||
|
src/udpsender.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(sources
|
set(sources
|
||||||
src/asyncudplistener.cpp
|
src/asyncudplistener.cpp
|
||||||
src/udpsender.cpp
|
|
||||||
src/espwifistack.cpp
|
src/espwifistack.cpp
|
||||||
src/espwifistackenums.cpp
|
src/espwifistackenums.cpp
|
||||||
src/espwifiutils.cpp
|
src/espwifiutils.cpp
|
||||||
|
src/udpsender.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(dependencies
|
set(dependencies
|
||||||
arduino-esp32
|
arduino-esp32
|
||||||
lwip
|
esp_common
|
||||||
esp_netif
|
esp_netif
|
||||||
|
lwip
|
||||||
|
|
||||||
cpputils
|
cpputils
|
||||||
espchrono
|
espchrono
|
||||||
@@ -27,8 +28,6 @@ set(dependencies
|
|||||||
fmt
|
fmt
|
||||||
)
|
)
|
||||||
|
|
||||||
message(STATUS "${dependencies}")
|
|
||||||
|
|
||||||
idf_component_register(
|
idf_component_register(
|
||||||
INCLUDE_DIRS
|
INCLUDE_DIRS
|
||||||
src
|
src
|
||||||
|
Reference in New Issue
Block a user