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

target_link_libraries(object_io_exerciser
  librados
  global
  json_structures
)