Files
snapclient/components/eth_interface/CMakeLists.txt
Karl Osterseher 7fca2eebf0 fix #24
2023-01-23 06:51:29 +01:00

12 lines
176 B
CMake

if(CONFIG_SNAPCLIENT_ENABLE_ETHERNET)
idf_component_register(SRCS "eth_interface.c"
INCLUDE_DIRS "include")
else()
idf_component_register()
endif()