diff options
-rw-r--r-- | indexlib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indexlib/CMakeLists.txt b/indexlib/CMakeLists.txt index bb8646605..f89e4f1a4 100644 --- a/indexlib/CMakeLists.txt +++ b/indexlib/CMakeLists.txt @@ -46,6 +46,7 @@ tde_add_library( index SHARED leafdata.cpp leafdatavector.cpp lockfile.cpp logfile.cpp match.cpp mmap_manager.cpp quotes.cpp slow.cpp stringarray.cpp stringset.cpp tokenizer.cpp + VERSION 0.0.0 LINK z DESTINATION ${LIB_INSTALL_DIR} ) |