1set(srcs "src/esp_ipc.c") 2 3if(CONFIG_ESP_IPC_ISR_ENABLE) 4 list(APPEND srcs "src/esp_ipc_isr/esp_ipc_isr.c" 5 "src/esp_ipc_isr/esp_ipc_isr_handler.S" 6 "src/esp_ipc_isr/esp_ipc_isr_routines.S") 7endif() 8 9idf_component_register(SRCS "${srcs}" 10 INCLUDE_DIRS "include") 11