icl/example/custom_interval_/Jamfile.v2
Joachim Faulhaber 85c3dc78b3 Boost.Icl version 4.0.0 initial import
[SVN r66435]
2010-11-07 16:54:37 +00:00

12 lines
315 B
Plaintext

# (C) Copyright 2010: Joachim Faulhaber
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
exe custom_interval
:
custom_interval.cpp
:
<include>../../..
<include>$(BOOST_ROOT)
;