summaryrefslogtreecommitdiff
path: root/config/boost_base.mpb
blob: b6d0f372241ccae3a5b326cbd374028511b8bac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
project {
  requires += boost
  includes += $(BOOST_ROOT)/include/$(BOOST_VERSION) $(BOOST_ROOT)/.

  // If the libraries for boost are not installed in a location relative to
  // the include files, set the BOOST_ROOT_LIB environment variable
  expand(BOOST_ROOT_LIB) {
    $BOOST_ROOT_LIB
    $(BOOST_ROOT)/lib
  }
  libpaths += $(BOOST_ROOT_LIB)
}