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
commitff6cc0d60f32c11fca9ffd81af93bec334728f31 (patch)
tree118d570bfbbb989e156f5d45e1ee7e7c67f5a065 /Jamroot
parent3d44c4e9c80472c4e3f39bfbf730c192328c839c (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 * ) {