mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 18:32:54 +00:00
7 lines
266 B
CMake
7 lines
266 B
CMake
idf_component_register(SRCS "ptpd.c"
|
|
PRIV_REQUIRES esp_eth esp_netif
|
|
INCLUDE_DIRS "." "./include")
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE "ptpd.c")
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-function)
|