]> git.proxmox.com Git - ceph.git/blame - ceph/src/tools/erasure-code/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / tools / erasure-code / CMakeLists.txt
CommitLineData
f67539c2
TL
1add_executable(ceph-erasure-code-tool
2 ${PROJECT_SOURCE_DIR}/src/osd/ECUtil.cc
3 ceph-erasure-code-tool.cc)
4target_link_libraries(ceph-erasure-code-tool global ceph-common)
5install(TARGETS ceph-erasure-code-tool DESTINATION bin)