1set(srcs 2 "adc_periph.c" 3 "dedic_gpio_periph.c" 4 "gdma_periph.c" 5 "gpio_periph.c" 6 "interrupts.c" 7 "spi_periph.c" 8 "ledc_periph.c" 9 "rmt_periph.c" 10 "sigmadelta_periph.c" 11 "i2s_periph.c" 12 "i2c_periph.c" 13 "uart_periph.c" 14 "timer_periph.c") 15 16add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}") 17 18target_sources(${COMPONENT_LIB} PRIVATE "${srcs}") 19target_include_directories(${COMPONENT_LIB} PUBLIC . include) 20