mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
cmake: installing _tp libraries into lib
Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
2e4ad9ea7d
commit
83b4aab3a8
@ -36,3 +36,5 @@ target_link_libraries(libos_tp lttng-ust dl)
|
||||
target_include_directories(libos_tp PUBLIC ${CMAKE_SOURCE_DIR}/src/tracing)
|
||||
add_dependencies(libos_tp lttng_gen_tp)
|
||||
set_target_properties(libos_tp PROPERTIES OUTPUT_NAME os_tp VERSION 1.0.0 SOVERSION 1)
|
||||
|
||||
install(TARGETS librados_tp libosd_tp librbd_tp libos_tp DESTINATION lib)
|
||||
|
Loading…
Reference in New Issue
Block a user