mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-26 21:36:27 -05:00
3 lines
155 B
CMake
Executable file
3 lines
155 B
CMake
Executable file
|
|
add_library(zstd::libzstd_static IMPORTED INTERFACE)
|
|
set_target_properties(zstd::libzstd_static PROPERTIES INTERFACE_LINK_LIBRARIES zstd::libzstd_shared)
|