lldb-missing-install

===================================================================

Gbp-Pq: Topic lldb
Gbp-Pq: Name lldb-missing-install.diff
This commit is contained in:
LLVM Packaging Team 2022-06-27 14:58:52 +08:00 committed by Lu zhiping
parent f65bd6cd0b
commit e322239caa
2 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,6 @@ add_lldb_tool(lldb-argdumper ADD_TO_FRAMEWORK
LINK_LIBS
lldbUtility
)
install(TARGETS lldb-argdumper
RUNTIME DESTINATION bin)

View 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)