https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: 3d4ab5a0d938902cf50af7f8635a61f56433a324 authored by Ulrich Germann on 28 April 2014, 09:22:12 UTC
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into dynamic-phrase-tables
Tip revision: 3d4ab5a
CMakeLists.txt
project(biconcor)

FILE(GLOB biconcor_source *.cpp)

add_executable(biconcor ${biconcor_source})
back to top