Skip to content

Commit 88062ee

Browse files
author
Ihor Melnyk
committed
CMakeLists.txt added to register library as IDF component
1 parent e3dbac5 commit 88062ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cmake_minimum_required(VERSION 3.5)
2+
3+
idf_component_register(
4+
SRCS "src/OpenTherm.cpp"
5+
INCLUDE_DIRS "." "src"
6+
PRIV_REQUIRES arduino
7+
)
8+
9+
project (OpenTherm)

0 commit comments

Comments
 (0)