]> git.proxmox.com Git - ceph.git/blame - ceph/src/osdc/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / osdc / CMakeLists.txt
CommitLineData
7c673cae 1set(osdc_files
c07f9fc5 2 Filer.cc
7c673cae 3 ObjectCacher.cc
c07f9fc5 4 Objecter.cc
f67539c2 5 error_code.cc
7c673cae 6 Striper.cc)
c07f9fc5 7add_library(osdc STATIC ${osdc_files})
f67539c2 8target_link_libraries(osdc ceph-common)
9f95a23c 9if(WITH_EVENTTRACE)
7c673cae
FG
10 add_dependencies(osdc eventtrace_tp)
11endif()