Skip to content

Commit

Permalink
fix link error for gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi8611 authored and ankoh committed Jul 11, 2022
1 parent 7a1472a commit 4cf6fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ if(NOT EMSCRIPTEN)
${CMAKE_SOURCE_DIR}/test/webdb_test.cc
${CMAKE_SOURCE_DIR}/test/tester.cc)

set(TEST_LIBS duckdb_web duckdb_web_fts duckdb_web_parquet ${DUCKDB_WEB_EXCEL} ${DUCKDB_WEB_JSON} gmock gflags ${THREAD_LIBS})
set(TEST_LIBS duckdb_web duckdb_web_fts duckdb_web_parquet ${DUCKDB_WEB_EXCEL} ${DUCKDB_WEB_JSON} gtest gmock gflags ${THREAD_LIBS})

add_executable(tester ${TEST_CC})
target_link_libraries(tester ${TEST_LIBS})
Expand Down

0 comments on commit 4cf6fb6

Please sign in to comment.