lldb-missing-install
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
===================================================================

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

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

index 29a2186af3cbfb99069c640798bdef430fcbcc12..1d2af2f1cf7198fac5679923640005c4b17b61bd 100644 (file)
@@ -6,3 +6,6 @@ add_lldb_tool(lldb-argdumper ADD_TO_FRAMEWORK
 )
 
 add_dependencies(liblldb lldb-argdumper)
+
+install(TARGETS lldb-argdumper
+  RUNTIME DESTINATION bin)
index 67103e87a1d4af9a00e70e14c74aa5ba9eea916c..0738936d8ee5325a0942e890732e9d20ebe00939 100644 (file)
@@ -68,3 +68,7 @@ add_dependencies(lldb-server
 )
 target_include_directories(lldb-server PRIVATE "${LLDB_SOURCE_DIR}/source")
 target_link_libraries(lldb-server PRIVATE ${LLDB_SYSTEM_LIBS})
+
+install(TARGETS lldb-server
+  RUNTIME DESTINATION bin)
+