Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « biconcor - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 475ed7501f732787379917cf9519363df401e424 (plain)
1
2
3
4
5
project(biconcor)

FILE(GLOB biconcor_source *.cpp)

add_executable(biconcor ${biconcor_source})