Skip to content

Commit

Permalink
rpc: convert rpc module to new-style module
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed Apr 26, 2024
1 parent 4182b85 commit 8aec7fe
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/v/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ add_subdirectory(ssx)
add_subdirectory(wasm)
add_subdirectory(transform)
add_subdirectory(net)
add_subdirectory(rpc)

# libraries
add_subdirectory(test_utils)
add_subdirectory(finjector)
add_subdirectory(utils)
add_subdirectory(rpc)
add_subdirectory(metrics)
add_subdirectory(model)
add_subdirectory(json)
Expand Down
2 changes: 1 addition & 1 deletion src/v/migrations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ v_cc_library(
v::model
v::config
v::compression
v::net
v::rpc
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/v/security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ v_cc_library(
v::random
v::version
v::bytes_random
v::rpc
absl::flat_hash_map
absl::flat_hash_set
cryptopp
Expand Down

0 comments on commit 8aec7fe

Please sign in to comment.