diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-11-18 11:31:21 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-11-18 11:31:21 -0500 |
commit | 18b03de69250d5c389abfc36e7cc0a0968f970b5 (patch) | |
tree | cddb4c783b2e58879ac5a8c4bcc24a66352aa6db /mteval | |
parent | c401956e25295bdb97dd633817ff9a4f1dcf8c4c (diff) |
more consistent naming, interface, fix compile error
Diffstat (limited to 'mteval')
-rw-r--r-- | mteval/meteor_jar.cc.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mteval/meteor_jar.cc.in b/mteval/meteor_jar.cc.in new file mode 100644 index 00000000..fe45a72a --- /dev/null +++ b/mteval/meteor_jar.cc.in @@ -0,0 +1,3 @@ + +const char* meteor_jar_path = "@METEOR_JAR@"; + |