lldb-missing-install
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 15 Aug 2020 19:53:41 +0000 (20:53 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sat, 15 Aug 2020 19:53:41 +0000 (20:53 +0100)
===================================================================

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

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

index d0767483781fe488b4ad574a6b997180e5056a9d..d724a0af90f72c4feb3249595918dcdd834bde0f 100644 (file)
@@ -4,3 +4,6 @@ add_lldb_tool(lldb-argdumper ADD_TO_FRAMEWORK
   LINK_LIBS
     lldbUtility
 )
+
+install(TARGETS lldb-argdumper
+  RUNTIME DESTINATION bin)
index f1c826b4486041647043b334544977e9b97dba6f..2ce9dc795cd9335b52cb94f54aeeb80f63ad3447 100644 (file)
@@ -77,3 +77,7 @@ add_lldb_tool(lldb-server
 )
 
 target_link_libraries(lldb-server PRIVATE ${LLDB_SYSTEM_LIBS})
+
+install(TARGETS lldb-server
+  RUNTIME DESTINATION bin)
+