Skip to content

Commit

Permalink
udpate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Nov 7, 2024
1 parent e44ece5 commit 04b3933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ include_directories (vsag-cmake-example PRIVATE ${vsag_SOURCE_DIR}/include)
# compile executable and link to vsag
add_executable (vsag-cmake-example src/main.cpp)
target_link_libraries (vsag-cmake-example PRIVATE vsag)
# If you want static linking
# target_link_libraries (vsag-cmake-example PRIVATE vsag_static)
# add dependency
add_dependencies (vsag-cmake-example vsag)
Expand Down

0 comments on commit 04b3933

Please sign in to comment.