lldb-missing-install
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 21 Mar 2018 21:56:33 +0000 (21:56 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 21 Mar 2018 21:56:33 +0000 (21:56 +0000)
===================================================================

Gbp-Pq: Name lldb-missing-install.diff

lldb/tools/argdumper/CMakeLists.txt
lldb/tools/lldb-server/CMakeLists.txt

index 42f1dd51582a34743d388d11b08e2648abb092e5..f62ba0312e3326df6c24dfb047b50af80843f1cf 100644 (file)
@@ -8,3 +8,5 @@ add_lldb_tool(lldb-argdumper INCLUDE_IN_FRAMEWORK
     lldbUtility
   )
 
+install(TARGETS lldb-argdumper
+  RUNTIME DESTINATION bin)
index f8c57cb9488f0a3a64b6ef780daca1373a1b74af..41a96b3ce5a4ac6a0855539820f5f8325a04f2dc 100644 (file)
@@ -90,3 +90,7 @@ add_lldb_tool(lldb-server INCLUDE_IN_FRAMEWORK
 )
 
 target_link_libraries(lldb-server ${LLDB_SYSTEM_LIBS})
+
+install(TARGETS lldb-server
+  RUNTIME DESTINATION bin)
+