Job_SignsPads/ESP32/software/main/CMakeLists.txt

6 lines
270 B
CMake
Raw Normal View History

2025-04-22 02:29:37 +00:00
# idf_component_register(SRCS "src/main.c" "src/bsp_station.c" "src/bsp_mqtt.c" "src/drv_usart.c"
# INCLUDE_DIRS "./src" "./inc")
idf_component_register(SRC_DIRS "src"
INCLUDE_DIRS "./src" "./inc"
)