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

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-12-10 18:24:18 +0300
committerTaku Kudo <taku@google.com>2018-12-10 18:24:18 +0300
commitb4c185f7d0fa9498ed85666985d3740fe5c9e707 (patch)
tree6a87204846c14418268bfcd020a105f6e09759aa /CMakeLists.txt
parent69a0046b33d7b528546e6b75ca8d636800d87adb (diff)
added third_party as a subdir of cmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca45178..dc99a4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,6 @@ option(SPM_NO_THREADLOCAL "Disable thread_local operator" OFF)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
-
set(prefix ${CMAKE_INSTALL_PREFIX})
set(exec_prefix "\${prefix}")
set(libdir "\${exec_prefix}/lib")
@@ -86,6 +85,7 @@ if (SPM_BUILD_TEST)
endif()
add_subdirectory(src)
+add_subdirectory(third_party)
set(CPACK_SOURCE_GENERATOR "TXZ")
set(CPACK_GENERATOR "7Z")