esp-idf-opentherm/components/opentherm/CMakeLists.txt
Mikhail Sazanov 70c3ffd31f Hello OT
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
2024-06-24 20:58:38 +03:00

5 lines
No EOL
104 B
CMake

idf_component_register(
SRCS opentherm.c
INCLUDE_DIRS .
PRIV_REQUIRES driver esp_timer log
)