Merge pull request #18 from jwillemsen/master
[MPC.git] / config / boost_base.mpb
blobb6d0f372241ccae3a5b326cbd374028511b8bac9
1 // -*- MPC -*-
2 project {
3   requires += boost
4   includes += $(BOOST_ROOT)/include/$(BOOST_VERSION) $(BOOST_ROOT)/.
6   // If the libraries for boost are not installed in a location relative to
7   // the include files, set the BOOST_ROOT_LIB environment variable
8   expand(BOOST_ROOT_LIB) {
9     $BOOST_ROOT_LIB
10     $(BOOST_ROOT)/lib
11   }
12   libpaths += $(BOOST_ROOT_LIB)