diff --git a/lldb/tools/darwin-debug/CMakeLists.txt b/lldb/tools/darwin-debug/CMakeLists.txt index 0f79772cbbcc..352a573e25e1 100644 --- a/lldb/tools/darwin-debug/CMakeLists.txt +++ b/lldb/tools/darwin-debug/CMakeLists.txt @@ -1,3 +1,6 @@ add_lldb_executable(lldb-launcher darwin-debug.cpp ) + +install(TARGETS lldb-launcher + RUNTIME DESTINATION bin)