]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/qvm/bld/doc/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / qvm / bld / doc / Jamfile.v2
1 # Copyright (c) 2008-2009 Emil Dotchevski and Reverge Studios, Inc.
2
3 # Distributed under the Boost Software License, Version 1.0. (See accompanying
4 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 import testing ;
7
8 project
9 : source-location
10 ../../doc/source
11 ;
12
13 compile tutorial.cpp ;
14 compile interoperability.cpp ;
15 compile mat_traits_array.cpp ;
16 compile vec_traits_array.cpp ;