From d542b2c0ccdc4f7985d7f17c5d58709b6fbd8058 Mon Sep 17 00:00:00 2001 From: Wade Berrier Date: Fri, 28 Apr 2017 19:45:14 -0600 Subject: deps: boost: add some documentation about environment variables --- docs/markdown/Dependencies.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 9862986..c57b9d4 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -41,6 +41,8 @@ exe = executable('myprog', 'file.cc', dependencies : boost_dep) You can call `dependency` multiple times with different modules and use those to link against your targets. +If your boost headers or libraries are in non-standard locations you can set the BOOST_ROOT, BOOST_INCLUDEDIR, and/or BOOST_LIBRARYDIR environment variables. + ## GTest and GMock ## GTest and GMock come as sources that must be compiled as part of your project. With Meson you don't have to care about the details, just pass `gtest` or `gmock` to `dependency` and it will do everything for you. If you want to use GMock, it is recommended to use GTest as well, as getting it to work standalone is tricky. -- cgit v1.1