Files
firmware/components/rpc/CMakeLists.txt

4 lines
145 B
CMake

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