File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ supported algorithms:
1818
1919### Using headers
2020hashlib is a header-only library, so you can simply copy the headers in the directory `include/hashlib` to where you need it.
21- However, it is recommended to embed smtplib as a subproject in your project, or install it first and then import it via CMake's `find_package`.
21+ However, it is recommended to embed hashlib as a subproject in your project, or install it first and then import it via CMake's `find_package`.
2222```cmake
2323find_package(hashlib REQUIRED)
2424target_link_libraries(<your-target> hashlib::hashlib)
@@ -140,4 +140,4 @@ int main() {
140140 );
141141 std::cout << sha1.hexdigest() << '\n'; // output the sha1 digest of the file example.txt
142142}
143- ```
143+ ```
You can’t perform that action at this time.
0 commit comments