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)