diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-17 23:48:23 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-17 23:48:23 -0400 |
commit | ff6cc0d60f32c11fca9ffd81af93bec334728f31 (patch) | |
tree | 118d570bfbbb989e156f5d45e1ee7e7c67f5a065 /creg/Jamfile | |
parent | 3d44c4e9c80472c4e3f39bfbf730c192328c839c (diff) |
jamfiles for creg
Diffstat (limited to 'creg/Jamfile')
-rw-r--r-- | creg/Jamfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/creg/Jamfile b/creg/Jamfile new file mode 100644 index 00000000..cfed2388 --- /dev/null +++ b/creg/Jamfile @@ -0,0 +1,6 @@ +import lex ; + +exe creg : creg.cc json_feature_map_lexer.ll ..//utils ../training//liblbfgs ..//boost_program_options : <include>../training <include>. : <library>..//z ; + +alias programs : creg ; + |