https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: eeac96260285a07fa20398faad6915bcd6e70e6a authored by Ulrich Germann on 25 May 2015, 10:50:44 UTC
Bug fix. Bjam would fail if bin/moses_chart didn't exist. Notice the -sf for the link command, which forces the link even if bin/moses_chart exists.
Tip revision: eeac962
CMakeLists.txt
project(biconcor)

FILE(GLOB biconcor_source *.cpp)

add_executable(biconcor ${biconcor_source})
back to top