mosesdecoder/biconcor/CMakeLists.txt
Lane Schwartz 226031ecf6 Checking in examples of CMake files.
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.
2013-09-06 13:39:46 -04:00

6 lines
97 B
CMake

project(biconcor)
FILE(GLOB biconcor_source *.cpp)
add_executable(biconcor ${biconcor_source})