Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
rgw: [CORTX-32688] include motr sources for radosgw-admin tool in cma…
Browse files Browse the repository at this point in the history
…ke file

Signed-off-by: Jeet Jain <jeet.jain@seagate.com>
  • Loading branch information
jjxsg committed Aug 8, 2022
1 parent 0106b21 commit 95bbde3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rgw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ set(radosgw_admin_srcs
rgw_sync_checkpoint.cc
rgw_orphan.cc)
add_executable(radosgw-admin ${radosgw_admin_srcs})
target_include_directories(radosgw-admin PRIVATE "/usr/include/motr")
target_compile_options(radosgw-admin PRIVATE "-Wno-attributes")
target_compile_definitions(radosgw-admin
PRIVATE "M0_EXTERN=extern" "M0_INTERNAL=")
target_link_libraries(radosgw-admin ${rgw_libs} librados
cls_rgw_client cls_otp_client cls_lock_client cls_refcount_client
cls_log_client cls_timeindex_client neorados_cls_fifo
Expand Down

0 comments on commit 95bbde3

Please sign in to comment.