lldb-missing-install
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 17 Oct 2018 09:00:09 +0000 (10:00 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Wed, 17 Oct 2018 09:00:09 +0000 (10:00 +0100)
===================================================================

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

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

index a59a4e7a8514f254feae22ca190b5a7e3a958f63..ba26debe416bfbe66006f7c48dab945bad1acbb2 100644 (file)
@@ -4,3 +4,7 @@ add_lldb_tool(lldb-argdumper INCLUDE_IN_SUITE
   LINK_LIBS
     lldbUtility
   )
+
+install(TARGETS lldb-argdumper
+  RUNTIME DESTINATION bin)
+
index c74f553e965949cf3f227e5e6c7f08386db5be98..12cad91de921cc5b96eb0d828a670346dc74d6f8 100644 (file)
@@ -64,3 +64,7 @@ add_lldb_tool(lldb-server INCLUDE_IN_SUITE
 )
 
 target_link_libraries(lldb-server PRIVATE ${LLDB_SYSTEM_LIBS})
+
+install(TARGETS lldb-server
+  RUNTIME DESTINATION bin)
+