Files
firmware/components/rpc/CMakeLists.txt
2025-05-16 00:05:07 -04:00

4 lines
145 B
CMake

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