Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yegorskii committed Feb 5, 2024
1 parent 29d69ec commit 7e609b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloud/storage/core/libs/uds/CMakeLists.darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target_link_libraries(core-libs-uds PUBLIC
contrib-libs-cxxsupp
yutil
core-libs-common
core-libs-protos
core-protos
contrib-libs-grpc
)
target_sources(core-libs-uds PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion cloud/storage/core/libs/uds/CMakeLists.linux-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target_link_libraries(core-libs-uds PUBLIC
contrib-libs-cxxsupp
yutil
core-libs-common
core-libs-protos
core-protos
contrib-libs-grpc
)
target_sources(core-libs-uds PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion cloud/storage/core/libs/uds/CMakeLists.linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target_link_libraries(core-libs-uds PUBLIC
contrib-libs-cxxsupp
yutil
core-libs-common
core-libs-protos
core-protos
contrib-libs-grpc
)
target_sources(core-libs-uds PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion cloud/storage/core/libs/uds/CMakeLists.windows-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target_link_libraries(core-libs-uds PUBLIC
contrib-libs-cxxsupp
yutil
core-libs-common
core-libs-protos
core-protos
contrib-libs-grpc
)
target_sources(core-libs-uds PRIVATE
Expand Down

0 comments on commit 7e609b7

Please sign in to comment.