summaryrefslogtreecommitdiffstats
path: root/src/tools/erasure-code/CMakeLists.txt
blob: 3583733f52b8b672ae54f1961d1e0fc8f326f6d8 (plain)
1
2
3
4
5
add_executable(ceph-erasure-code-tool
  ${PROJECT_SOURCE_DIR}/src/osd/ECUtil.cc
  ceph-erasure-code-tool.cc)
target_link_libraries(ceph-erasure-code-tool global ceph-common)
install(TARGETS ceph-erasure-code-tool DESTINATION bin)