]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake/cls: add install() for ceph_test_cls_log 18610/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 31 Oct 2017 16:26:07 +0000 (12:26 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 31 Oct 2017 16:26:07 +0000 (12:26 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/test/cls_log/CMakeLists.txt

index ba9d6ab500ebbef8fc7a066b5a971cf5a655fbff..b370645cec4c0f5144a069014d6be2353df3a8de 100644 (file)
@@ -14,4 +14,6 @@ target_link_libraries(ceph_test_cls_log
   ${CRYPTO_LIBS}
   ${EXTRALIBS}
   )
-
+install(TARGETS
+  ceph_test_cls_log
+  DESTINATION ${CMAKE_INSTALL_BINDIR})