mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
common: Link libzstd_static
This commit is contained in:
parent
d85c1141b9
commit
ca82589350
1 changed files with 1 additions and 1 deletions
|
@ -138,4 +138,4 @@ endif()
|
|||
create_target_directory_groups(common)
|
||||
|
||||
target_link_libraries(common PUBLIC Boost::boost fmt microprofile)
|
||||
target_link_libraries(common PRIVATE lz4_static)
|
||||
target_link_libraries(common PRIVATE lz4_static libzstd_static)
|
||||
|
|
Loading…
Reference in a new issue