Skip to content

Commit fabf7dd

Browse files
authored
Include Hash library in CMakeLists.txt
1 parent 65e0d30 commit fabf7dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ set(ARDUINO_ALL_LIBRARIES
9090
Ethernet
9191
FFat
9292
FS
93+
Hash
9394
HTTPClient
9495
HTTPUpdate
9596
LittleFS
@@ -128,6 +129,12 @@ set(ARDUINO_LIBRARY_FS_SRCS
128129
libraries/FS/src/FS.cpp
129130
libraries/FS/src/vfs_api.cpp)
130131

132+
set(ARDUINO_LIBRARY_Hash_SRCS
133+
libraries/Hash/src/SHA1Builder.cpp
134+
libraries/Hash/src/SHA2Builder.cpp
135+
libraries/Hash/src/SHA3Builder.cpp
136+
libraries/Hash/src/PBKDF2_HMACBuilder.cpp)
137+
131138
set(ARDUINO_LIBRARY_HTTPClient_SRCS libraries/HTTPClient/src/HTTPClient.cpp)
132139

133140
set(ARDUINO_LIBRARY_HTTPUpdate_SRCS libraries/HTTPUpdate/src/HTTPUpdate.cpp)

0 commit comments

Comments
 (0)