mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
226031ecf6
The example in contrib works, as does the one in biconcor. The examples in lm and moses don't work at the moment, but checking them in anyway as a starting point for any potential work on them next week during the MT Marathon.
6 lines
97 B
CMake
6 lines
97 B
CMake
project(biconcor)
|
|
|
|
FILE(GLOB biconcor_source *.cpp)
|
|
|
|
add_executable(biconcor ${biconcor_source})
|