blob: fcc8476239d46e43b5aefcf58b0e1b29050672f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
add_library(cpp-streams-zstd)
target_link_libraries(cpp-streams-zstd PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-zstd
)
target_sources(cpp-streams-zstd PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/streams/zstd/zstd.cpp
)
|