Files
Calendink/components/network/CMakeLists.txt
T
Patedam e4b8ab4586 Added client folder for the client side of the project
Made the network component shared between two firmawre
2026-03-17 21:09:17 -04:00

4 lines
160 B
CMake

idf_component_register(SRCS "network.cpp"
INCLUDE_DIRS "include"
PRIV_REQUIRES esp_eth esp_wifi esp_netif driver)