summaryrefslogtreecommitdiffstats
path: root/src/common/io_exerciser/CMakeLists.txt
blob: 07091df86e100a50ce7af720502fcd2339c0ffaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_library(object_io_exerciser STATIC
  DataGenerator.cc
  IoOp.cc
  IoSequence.cc
  Model.cc
  ObjectModel.cc
  RadosIo.cc
)

target_link_libraries(object_io_exerciser
  librados 
  global
)