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/CMakeLists.txt')
-rw-r--r--lm/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lm/CMakeLists.txt b/lm/CMakeLists.txt
index 36d83cf..bb21f12 100644
--- a/lm/CMakeLists.txt
+++ b/lm/CMakeLists.txt
@@ -58,6 +58,7 @@ install(
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
+ INCLUDES DESTINATION include
)
AddExes(EXES ${EXE_LIST}