mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-19 12:27:16 +00:00
3 lines
107 B
CMake
3 lines
107 B
CMake
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/tasmota/*.*)
|
|
idf_component_register(SRCS ${app_sources})
|