From 1f55c80059dad3c4e1fe654299f4c69e2c2e9d23 Mon Sep 17 00:00:00 2001 From: deniskovalchuk Date: Fri, 15 Sep 2023 01:03:27 +0300 Subject: [PATCH] Add a description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81a7d68..cb60442 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ See more examples in the [example](example) folder. ## Integration +This library can be integrated into a project via CMake's `FetchContent`, for example: + ```cmake cmake_minimum_required(VERSION 3.14) project(application)