Skip to content

Commit

Permalink
NBS-4407: filestore-vhost should depend on libs/vfs_fuse/vhost, not l…
Browse files Browse the repository at this point in the history
…ibs/vfs_fuse (#53)

* NBS-4407: filestore-vhost should depend on libs/vfs_fuse/vhost, not libs/vfs_fuse

* NBS-4407: filestore-vhost should depend on libs/vfs_fuse/vhost, not libs/vfs_fuse
  • Loading branch information
qkrorlqr authored Jan 5, 2024
1 parent 13c6a58 commit 6ad3cfa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloud/filestore/apps/vhost/CMakeLists.darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target_link_libraries(filestore-vhost PUBLIC
yutil
library-cpp-cpuid_check
libs-daemon-vhost
filestore-libs-vfs_fuse
libs-vfs_fuse-vhost
core-libs-daemon
ydb-core-security
)
Expand Down
2 changes: 1 addition & 1 deletion cloud/filestore/apps/vhost/CMakeLists.linux-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target_link_libraries(filestore-vhost PUBLIC
contrib-libs-cxxsupp
yutil
libs-daemon-vhost
filestore-libs-vfs_fuse
libs-vfs_fuse-vhost
core-libs-daemon
ydb-core-security
)
Expand Down
2 changes: 1 addition & 1 deletion cloud/filestore/apps/vhost/CMakeLists.linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target_link_libraries(filestore-vhost PUBLIC
yutil
library-cpp-cpuid_check
libs-daemon-vhost
filestore-libs-vfs_fuse
libs-vfs_fuse-vhost
core-libs-daemon
ydb-core-security
)
Expand Down
2 changes: 1 addition & 1 deletion cloud/filestore/apps/vhost/CMakeLists.windows-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target_link_libraries(filestore-vhost PUBLIC
yutil
library-cpp-cpuid_check
libs-daemon-vhost
filestore-libs-vfs_fuse
libs-vfs_fuse-vhost
core-libs-daemon
ydb-core-security
)
Expand Down
2 changes: 1 addition & 1 deletion cloud/filestore/apps/vhost/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SRCS(

PEERDIR(
cloud/filestore/libs/daemon/vhost
cloud/filestore/libs/vfs_fuse
cloud/filestore/libs/vfs_fuse/vhost

cloud/storage/core/libs/daemon

Expand Down

0 comments on commit 6ad3cfa

Please sign in to comment.