]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/date_time/example/posix_time/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / date_time / example / posix_time / Jamfile.v2
CommitLineData
7c673cae
FG
1# Copyright (c) 2002-2005 CrystalClear Software, Inc.
2# Use, modification and distribution is subject to the
3# Boost Software License, Version 1.0. (See accompanying
4# file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5
6project
7 : requirements <library>../../build/boost_date_time
8 ;
9
10exe time_math : time_math.cpp ;
11exe local_utc_conversion : local_utc_conversion.cpp ;
12exe print_hours : print_hours.cpp ;
13exe time_periods : time_periods.cpp ;