Commit 30a362a6 authored by mohnishkodnani's avatar mohnishkodnani Committed by Matthijs Douze

- Add install target for the faiss library and headers to the (#443)

CMakeLists.txt, so we can install the libs and headers with make
install.
parent 431545ee
...@@ -55,3 +55,8 @@ endif(BUILD_TUTORIAL) ...@@ -55,3 +55,8 @@ endif(BUILD_TUTORIAL)
if(BUILD_TEST) if(BUILD_TEST)
add_subdirectory(tests) add_subdirectory(tests)
endif(BUILD_TEST) endif(BUILD_TEST)
# Install libraries
install(TARGETS ${faiss_lib}
ARCHIVE DESTINATION lib
)
install(FILES ${faiss_cpu_headers} DESTINATION include/faiss)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment