mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-09 12:54:03 -05:00
4 lines
155 B
CMake
4 lines
155 B
CMake
|
|
||
|
add_library(zstd::libzstd_static IMPORTED INTERFACE)
|
||
|
set_target_properties(zstd::libzstd_static PROPERTIES INTERFACE_LINK_LIBRARIES zstd::libzstd_shared)
|