From 00651d9961c01bffcb04bb4c16b4ba89284127bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Tue, 2 Sep 2025 12:38:14 +0300 Subject: [PATCH] Updated Library Documentation (markdown) --- Library-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library-Documentation.md b/Library-Documentation.md index a78b052..e21620e 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -593,7 +593,7 @@ int main(int argc, char** argv) { --- -#### Compling and linking +### Compling and linking If you're using CMake in your project, you can include it directly with `add_subdirectory`. Both the static and shared libraries will be compiled. ```cmake