Skip to content

Commit

Permalink
Move lz4 and zstd to private libs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOtocinclus committed Sep 13, 2024
1 parent e18e68c commit 1bfe77a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vrs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ target_link_libraries(vrslib
vrs_logging
vrs_os
vrs_utils_xxhash
)
target_link_libraries(vrslib
PRIVATE
Lz4::Lz4
Zstd::Zstd
)

target_link_libraries (vrslib PUBLIC $<$<PLATFORM_ID:Linux>:rt>)

install(TARGETS vrslib EXPORT VRSLibTargets
Expand Down

0 comments on commit 1bfe77a

Please sign in to comment.