Tasmota/tasmota/CMakeLists.txt
2024-09-21 23:36:37 +02:00

3 lines
107 B
CMake

FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/tasmota/*.*)
idf_component_register(SRCS ${app_sources})