Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FindBoost.mk File Reference

find Boost library given BOOST_DIR, set BOOST_LINK_FLAG to either STATIC_LINK_FLAG or DYNAMIC_LINK_FLAG More...

Go to the source code of this file.

Detailed Description

find Boost library given BOOST_DIR, set BOOST_LINK_FLAG to either STATIC_LINK_FLAG or DYNAMIC_LINK_FLAG

It check whether Boost library is installed as static library. If so, link to static library; otherwise, link to shared library. Use following command in the Makefile to view the results

$(info Boost: BOOST_LINK_FLAG = $(BOOST_LINK_FLAG))
Author
Yibo Lin
Date
Jan 2017
Parameters
BOOST_DIRgiven path to Boost library
BOOST_LINK_FLAGset linking flag to Boost

Definition in file FindBoost.mk.