Skip to content

Commit

Permalink
CMakeLists.txt added to register library as IDF component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Melnyk committed Feb 3, 2024
1 parent e3dbac5 commit 88062ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.5)

idf_component_register(
SRCS "src/OpenTherm.cpp"
INCLUDE_DIRS "." "src"
PRIV_REQUIRES arduino
)

project (OpenTherm)

0 comments on commit 88062ee

Please sign in to comment.