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

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLane Schwartz <dowobeha@gmail.com>2015-07-10 00:15:37 +0300
committerLane Schwartz <dowobeha@gmail.com>2015-07-10 00:15:37 +0300
commit5a49c06e2a92d604efab74b8021d667105c442eb (patch)
treeec3c4d2529fdee6505752c635d50a6f9dcdb326b /CMakeLists.txt
parentcd1f80d1da38cde22af81a4f50b2b33d3ddd97bc (diff)
Updated CMake support.
CMake can now build the binaries, but I haven't tried the unit tests yet.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13cc0ae..71e23b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,9 +16,9 @@ cmake_minimum_required(VERSION 2.8.8)
# Define a single cmake project
project(kenlm)
-include(CTest)
+#include(CTest)
-# Compile all libraries into lib/
+# Compile all executables into bin/
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
# Compile all libraries into lib/
@@ -34,7 +34,7 @@ find_package(Boost 1.36.0 REQUIRED COMPONENTS
)
-enable_testing()
+#enable_testing()
# Define where include files live
include_directories(