Skip to content

Commit c9026dd

Browse files
committed
Add CMakeLists.txt to support cmake build system (ESP-IDF v3.2).
1 parent e6c974a commit c9026dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
set(COMPONENT_ADD_INCLUDEDIRS include)
2+
set(COMPONENT_SRCDIRS ".")
3+
set(COMPONENT_PRIV_REQUIRES "esp32-smbus")
4+
register_component()
5+

0 commit comments

Comments
 (0)