blob: 2a671b9c7727d2fd2b5c3639ea8b03eb85ad4b3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LIBRARY()
PEERDIR(
contrib/libs/zstd06
library/cpp/blockcodecs/core
)
SRCS(
GLOBAL legacy_zstd06.cpp
)
IF (DONT_LINK_LEGACY_ZSTD06_BLOCKCODEC)
MESSAGE(FATAL_ERROR "Library disabled with the -D DONT_LINK_LEGACY_ZSTD06_BLOCKCODEC flag")
ENDIF()
END()
|