From c36242ea7f3f4f2c6bb4e3e975a639cc14f46cb9 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 30 Aug 2023 14:49:01 +0200 Subject: [PATCH] docs added info about FetchContent --- docs/building/tinyorm.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/building/tinyorm.mdx b/docs/building/tinyorm.mdx index 4e319c01e..790fc3018 100644 --- a/docs/building/tinyorm.mdx +++ b/docs/building/tinyorm.mdx @@ -561,6 +561,10 @@ As the last thing, do not forget to add `TinyOrm0d.dll` on the path on Windows a Now you can try the [`HelloWorld CMake`](building/hello-world.mdx#hello-world-with-cmake) example. +:::info +You can also try the [`FetchContent`](hello-world.mdx#fetchcontent) method to fastly link against the `TinyORM` library. +::: + ## Building with qmake First, create a basic folder structure and then clone the `TinyORM` project.