summaryrefslogtreecommitdiff
path: root/libs/icl/example/custom_interval_/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'libs/icl/example/custom_interval_/Jamfile.v2')
-rw-r--r--libs/icl/example/custom_interval_/Jamfile.v211
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/icl/example/custom_interval_/Jamfile.v2 b/libs/icl/example/custom_interval_/Jamfile.v2
new file mode 100644
index 0000000000..404abbc0e6
--- /dev/null
+++ b/libs/icl/example/custom_interval_/Jamfile.v2
@@ -0,0 +1,11 @@
+# (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)
+ ;