From 95abc74d83294039f9b3c3c4d6a3ea52fe8eb095 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 14 Apr 2014 10:50:57 -0700 Subject: [PATCH] add GnuTLS to example windows folder structure --- BUILD.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.md b/BUILD.md index d6ec7c82b1..24618ff7ac 100644 --- a/BUILD.md +++ b/BUILD.md @@ -129,6 +129,10 @@ The recommended route for CMake to find external dependencies is to place all of -> qxmpp -> include -> lib + -> gnutls + -> bin + -> include + -> lib *NOTE: Be careful with glm. For the folder other libraries would normally call 'include', the folder containing the headers, glm opts to use 'glm'. You will have a glm folder nested inside the top-level glm folder.*