Jamfile.v2 527 B

1234567891011121314151617
  1. # Boost.TypeErasure library
  2. #
  3. # Copyright 2015 Steven Watanabe
  4. #
  5. # Distributed under the Boost Software License version 1.0. (See
  6. # accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. project /boost/type_erasure
  9. : source-location ../src
  10. : requirements <link>shared:<define>BOOST_TYPE_ERASURE_DYN_LINK
  11. : usage-requirements <link>shared:<define>BOOST_TYPE_ERASURE_DYN_LINK
  12. ;
  13. lib boost_type_erasure : dynamic_binding.cpp /boost//thread /boost//system ;
  14. boost-install boost_type_erasure ;