set(SRCS "uart_example.c" "main.c" "modbus-tcp.c" "can_network.c" "./stm32/ads1220.c" "./stm32/bl0939.c" "./stm32/capture.c" "./stm32/comm.c" "./stm32/depth.c" "./stm32/fram.c" "./stm32/flow.c" "./stm32/utils.c" "./stm32/config.c" "./stm32/ModbusS.c" "./stm32/ModbusM.c" "./stm32/uart0_modbus_slave.c" "./stm32/pile_id.c" "./stm32/led.c" "./communication_pad/wifi_softap.c" "./communication_pad/udp_server.c" "./communication_pad/ble_gatts_server.c" "./communication_pad/communication_pad.c" #"C:\Espressif\frameworks\esp-idf-v4.4.5\components\bt\include" ) set(INCLUDE_DIRS "." "./communication_pad/inc") idf_component_register(SRCS ${SRCS} INCLUDE_DIRS ${INCLUDE_DIRS})