From d40f75e6df65feebeda62c2cdd0a2711e55f635c Mon Sep 17 00:00:00 2001 From: jinhai Date: Tue, 4 Jun 2019 11:58:05 +0800 Subject: [PATCH] Update CMakeLists.txt: add libgpufaiss.a Former-commit-id: 75eab2b1a069b6e42d3410543d95b38776a62a43 --- cpp/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 86afe997dc..e400ab538f 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -99,6 +99,7 @@ if (GPU_VERSION STREQUAL "ON") set(engine_libs pthread libfaiss.a + libgpufaiss.a libgomp.a libopenblas.a libgfortran.a