mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
6 lines
97 B
CMake
6 lines
97 B
CMake
|
project(biconcor)
|
||
|
|
||
|
FILE(GLOB biconcor_source *.cpp)
|
||
|
|
||
|
add_executable(biconcor ${biconcor_source})
|