Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9a6fc2

Browse files
committedOct 16, 2024·
feat(matter): add matter library to cmakelists.txt
1 parent 1229e54 commit a9a6fc2

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
@@ -93,6 +93,7 @@ set(ARDUINO_ALL_LIBRARIES
9393
HTTPUpdate
9494
Insights
9595
LittleFS
96+
Matter
9697
NetBIOS
9798
Network
9899
OpenThread
@@ -164,6 +165,10 @@ set(ARDUINO_LIBRARY_OpenThread_SRCS
164165
libraries/OpenThread/src/OThreadCLI.cpp
165166
libraries/OpenThread/src/OThreadCLI_Util.cpp)
166167

168+
set(ARDUINO_LIBRARY_Matter_SRCS
169+
libraries/Matter/src/MatterOnOffLight.cpp
170+
libraries/Matter/src/Matter.cpp)
171+
167172
set(ARDUINO_LIBRARY_PPP_SRCS
168173
libraries/PPP/src/PPP.cpp
169174
libraries/PPP/src/ppp.c)

0 commit comments

Comments
 (0)
Please sign in to comment.