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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/src/CMakeLists.txt')
-rw-r--r--mgizapp/src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/mgizapp/src/CMakeLists.txt b/mgizapp/src/CMakeLists.txt
index c3941a0..33f6b08 100644
--- a/mgizapp/src/CMakeLists.txt
+++ b/mgizapp/src/CMakeLists.txt
@@ -92,6 +92,7 @@ TARGET_LINK_LIBRARIES (
ADD_EXECUTABLE(snt2cooc snt2cooc.cpp)
+ADD_EXECUTABLE(snt2coocrmp snt2cooc-reduce-mem-preprocess.cpp)
ADD_EXECUTABLE(snt2plain snt2plain.cpp)
ADD_EXECUTABLE(plain2snt plain2snt.cpp)
ADD_EXECUTABLE(symal symal.cpp cmd.c)
@@ -110,7 +111,7 @@ TARGET_LINK_LIBRARIES (
${CMAKE_THREAD_LIBS_INIT}
)
-INSTALL(TARGETS mgiza mgizapp snt2cooc snt2plain plain2snt symal hmmnorm d4norm
+INSTALL(TARGETS mgiza mgizapp snt2cooc snt2plain plain2snt symal hmmnorm d4norm snt2coocrmp
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib