Add required cmake include to readme

This commit is contained in:
Robin Linden
2020-06-01 23:29:00 +02:00
parent aea84b1abb
commit 7a47334097

View File

@@ -30,6 +30,8 @@ make test
## Using in your project
```cmake
include(FetchContent)
FetchContent_Declare(Sodium
GIT_REPOSITORY https://github.com/robinlinden/libsodium-cmake.git
)