Include the version required for the example to work out-of-the-box

This commit is contained in:
Robin Lindén
2022-05-28 15:56:35 +02:00
committed by Robin Linden
parent 34904205c4
commit 3f1aaad3aa

View File

@@ -27,6 +27,10 @@ make test
## Using in your project
```cmake
cmake_minimum_required(VERSION 3.14)
# 3.11 and higher is supported, but this example uses
# `FetchContent_MakeAvailable` which is only available starting with 3.14.
include(FetchContent)
FetchContent_Declare(Sodium