summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-05-17 23:48:23 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-05-17 23:48:23 -0400
commit0c318c2458c58dddde5b1fabf024f58a82dc7eaf (patch)
treefd7260b52fb4032b2a5122690155c70510be8dc4 /Jamroot
parentf78eb3465f6798a0b094b6be12775380f4a8e8a7 (diff)
jamfiles for creg
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamroot b/Jamroot
index 6daf7a9e..f42a9bc3 100644
--- a/Jamroot
+++ b/Jamroot
@@ -29,9 +29,9 @@ if [ test_header boost/serialization/map.hpp ] && [ test_library boost_serializa
project : requirements $(requirements) ;
project : default-build <threading>single <warnings>on <variant>release ;
-install-bin-libs utils//programs mteval//programs klm/lm//programs decoder//cdec phrasinator//programs ;
+install-bin-libs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec creg//creg phrasinator//programs ;
-build-projects mteval decoder klm/lm ;
+build-projects mteval decoder klm/lm training/liblbfgs creg ;
#Compile everything ending with _test.cc into a test and run it.
rule all_tests ( targets * : dependencies : properties * ) {