esp-tunnel/main/CMakeLists.txt
2023-06-26 21:43:14 +03:00

7 lines
264 B
CMake

idf_component_register(SRCS "esp_tunnel.cpp"
"app_networking.cpp"
"app_serial.cpp"
"app_config.cpp"
"app_led.cpp"
INCLUDE_DIRS ".")