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:
Diffstat (limited to 'lm/builder/CMakeLists.txt')
-rw-r--r--lm/builder/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lm/builder/CMakeLists.txt b/lm/builder/CMakeLists.txt
index ae07d11..668d2b0 100644
--- a/lm/builder/CMakeLists.txt
+++ b/lm/builder/CMakeLists.txt
@@ -41,6 +41,7 @@ install(
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
+ INCLUDES DESTINATION include
)
if(BUILD_TESTING)