summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/boost_base.mpb
blob: 58df1ac9dc2a2ae6bfe6f2b121009b31c08de2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

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)
}