Skip to content

Commit

Permalink
Fix vrs_utils_cli need to be installed if shared build is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOtocinclus committed Sep 13, 2024
1 parent e11b273 commit 7f9cb8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vrs/utils/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ target_link_libraries(vrs_utils_cli
vrs_helpers
vrs_logging
)
install(TARGETS vrs_utils_cli EXPORT VRSLibTargets
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin
INCLUDES DESTINATION include
)

0 comments on commit 7f9cb8e

Please sign in to comment.