File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ if (YDB_SDK_TESTS )
2
+ add_ydb_test (NAME blockcodecs-ut
3
+ SOURCES
4
+ codecs_ut.cpp
5
+ LINK_LIBRARIES
6
+ blockcodecs-core
7
+ cpp-testing-unittest_main
8
+ LABELS
9
+ unit
10
+ )
11
+ endif ()
12
+
1
13
_ydb_sdk_add_library (blockcodecs-core )
2
14
target_link_libraries (blockcodecs-core
3
15
PUBLIC
@@ -29,7 +41,7 @@ _ydb_sdk_install_targets(TARGETS blockcodecs-codecs-brotli)
29
41
30
42
_ydb_sdk_add_library (blockcodecs-codecs-bzip INTERFACE )
31
43
add_global_library_for (blockcodecs-codecs-bzip.global blockcodecs-codecs-bzip )
32
- target_link_libraries (blockcodecs-codecs-bzip.global
44
+ target_link_libraries (blockcodecs-codecs-bzip.global
33
45
PRIVATE
34
46
yutil
35
47
BZip2::BZip2
@@ -144,7 +156,7 @@ _ydb_sdk_install_targets(TARGETS blockcodecs-codecs-zstd)
144
156
145
157
146
158
_ydb_sdk_add_library (blockcodecs )
147
- target_link_libraries (blockcodecs
159
+ target_link_libraries (blockcodecs
148
160
PUBLIC
149
161
yutil
150
162
blockcodecs-core
@@ -157,7 +169,7 @@ target_link_libraries(blockcodecs
157
169
blockcodecs-codecs-zlib
158
170
blockcodecs-codecs-zstd
159
171
)
160
- target_sources (blockcodecs
172
+ target_sources (blockcodecs
161
173
PRIVATE
162
174
codecs.cpp
163
175
stream.cpp
You can’t perform that action at this time.
0 commit comments