From 7a473340975b799ab2722b152db8370da337b6c5 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Mon, 1 Jun 2020 23:29:00 +0200 Subject: [PATCH] Add required cmake include to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 742c31e..805b071 100644 --- a/README.md +++ b/README.md @@ -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 )