Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2014-01-23 00:57:06 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-01-23 00:57:06 +0400
commit5800ff848c950ec861c5739e388f059635824ac2 (patch)
tree637975edeb22e62053a6fb58f10e3ffd63e2a14e /Jamroot
parent52ab05a1541bbea97e82ed013d52d2df0ad30eb4 (diff)
bjam
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index e7987be66..1de328bdb 100644
--- a/Jamroot
+++ b/Jamroot
@@ -113,6 +113,10 @@ if [ option.get "with-cmph" ] {
requirements += <define>HAVE_CMPH ;
}
+if [ option.get "with-probing-pt" ] {
+ requirements += <define>HAVE_PROBINGPT ;
+}
+
project : default-build
<threading>multi
<warnings>on