From 1675d5d2dce3177e0378cadc656f22530dbb98d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 15 Nov 2017 18:45:41 +0100 Subject: [PATCH] Provide link to info about BUILD_SHARED_LIBS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e28aa..069ef1d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Sometimes I use the generated project files. There are a couple of CMake options | flag | default | does | |------|---------|------| | `ENABLE_IO_THREAD` | `ON` | When enabled, we start up a thread to do io processing, if disabled you should call `Discord_UpdateConnection` yourself. -| `BUILD_SHARED_LIBS` | `OFF` | Build library as a DLL +| [`BUILD_SHARED_LIBS`](https://cmake.org/cmake/help/v3.7/variable/BUILD_SHARED_LIBS.html) | `OFF` | Build library as a DLL You can also try the `build.py` script for an easy compile for whatever OS you are on.