Files
firmware/components/rpc/CMakeLists.txt
2026-01-30 01:19:13 -05:00

4 lines
145 B
CMake

idf_component_register(SRCS "rpc.cpp" "TCPClient.cpp"
PRIV_REQUIRES esp_netif
INCLUDE_DIRS "include")