Jamfile.v2 329 B

12345678910111213
  1. # Copyright 2011 Mario Mulansky
  2. # Copyright 2012 Karsten Ahnert
  3. # Distributed under the Boost Software License, Version 1.0. (See
  4. # accompanying file LICENSE_1_0.txt or copy at
  5. # http://www.boost.org/LICENSE_1_0.txt)
  6. project
  7. : requirements
  8. <define>BOOST_ALL_NO_LIB=1
  9. ;
  10. exe lorenz_ublas : lorenz_ublas.cpp ;