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/CMakeLists.txt')
-rw-r--r--mgizapp/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/mgizapp/CMakeLists.txt b/mgizapp/CMakeLists.txt
index 95d018a..0be260d 100644
--- a/mgizapp/CMakeLists.txt
+++ b/mgizapp/CMakeLists.txt
@@ -80,6 +80,9 @@ ELSE()
ENDIF()
ENDIF()
+SET(CMAKE_INSTALL_BINDIR "." CACHE STRING "Install runtime destination")
+SET(CMAKE_INSTALL_LIBDIR "lib" CACHE STRING "Install library destination")
+
ADD_SUBDIRECTORY (src)
ADD_SUBDIRECTORY (src/mkcls)
ADD_SUBDIRECTORY (scripts)