docs added info about FetchContent

This commit is contained in:
silverqx
2023-08-30 14:49:01 +02:00
parent b021399e0d
commit c36242ea7f

View File

@@ -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. 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 ## Building with qmake
First, create a basic folder structure and then clone the `TinyORM` project. First, create a basic folder structure and then clone the `TinyORM` project.