From 2c21f373ee491f02571ff2a286e3cd5ec625c2ec Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 1 Apr 2015 19:55:33 +0000 Subject: [PATCH] update website --- docs/linking-libraries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linking-libraries.html b/docs/linking-libraries.html index f9ca7a53e7e..f5a6835ec39 100644 --- a/docs/linking-libraries.html +++ b/docs/linking-libraries.html @@ -18,7 +18,7 @@ received.

For that we need to know the library's headers. To achieve to your project's file, select Build Settings and search for Header Search Paths. There you should include the path to you library (if it has relevant files on subdirectories remember to make it recursive, like React on the -example).

Next →