summaryrefslogtreecommitdiffstats
path: root/src/extblkdev/vdo/CMakeLists.txt
blob: 60d4f293ddb5691a846e50cdf4517733ee4fe6c9 (plain)
1
2
3
4
5
6
7
8
9
# vdo plugin

set(vdo_srcs
  ExtBlkDevPluginVdo.cc
  ExtBlkDevVdo.cc
)

add_library(ceph_ebd_vdo SHARED ${vdo_srcs})
install(TARGETS ceph_ebd_vdo DESTINATION ${extblkdev_plugin_dir})