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:
Diffstat (limited to 'contrib/c++tokenizer/Jamfile')
-rw-r--r--contrib/c++tokenizer/Jamfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/c++tokenizer/Jamfile b/contrib/c++tokenizer/Jamfile
new file mode 100644
index 000000000..f6a74a9df
--- /dev/null
+++ b/contrib/c++tokenizer/Jamfile
@@ -0,0 +1,2 @@
+external-lib re2 ;
+exe tokenizer : tokenizer.cpp tokenizer_main.cpp re2 : <cflags>-std=c++11 ;