aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoryuta.256 <yuta.256@b7c3aa3b-274f-0410-ae0b-edc9d07c929d>2008-07-27 21:14:31 +0000
committeryuta.256 <yuta.256@b7c3aa3b-274f-0410-ae0b-edc9d07c929d>2008-07-27 21:14:31 +0000
commita844abd2925b6820947c8887e314a44435b884da (patch)
tree3f4538393d4db9075001ec8af99205812d197c09 /CMakeLists.txt
parentf6a102a6c865e0c593e3d296d11ad340a581711b (diff)
downloadplatform_external_libdivsufsort-a844abd2925b6820947c8887e314a44435b884da.tar.gz
platform_external_libdivsufsort-a844abd2925b6820947c8887e314a44435b884da.tar.bz2
platform_external_libdivsufsort-a844abd2925b6820947c8887e314a44435b884da.zip
Added 64-bit version of divsufsort.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bceca8f..83c2726 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,6 +44,7 @@ include(ProjectCPack)
## Project options ##
option(BUILD_SHARED_LIBS "Set to OFF to build static libraries" ON)
option(BUILD_EXAMPLES "Build examples" ON)
+option(BUILD_DIVSUFSORT64 "Build libdivsufsort64" OFF)
option(USE_OPENMP "Use OpenMP for parallelization" OFF)
option(WITH_LFS "Enable Large File Support" ON)