suyu/externals/vcpkg/packages/zstd_x64-windows/share/zstd/usage

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
207 B
Text
Raw Normal View History

2024-03-05 09:42:40 +01:00
The package zstd provides CMake targets:
find_package(zstd CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:zstd::libzstd_shared>,zstd::libzstd_shared,zstd::libzstd_static>)