Tasmota/tasmota/CMakeLists.txt

3 lines
107 B
CMake
Raw Normal View History

2024-09-21 22:36:37 +01:00
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/tasmota/*.*)
idf_component_register(SRCS ${app_sources})