[Lldb-commits] [PATCH] Fix darwin-debug installation in cmake (OS X)

Ilia K ki.stfu at gmail.com
Fri Feb 6 10:15:04 PST 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7470

Files:
  lldb/trunk/tools/darwin-debug/CMakeLists.txt

Index: lldb/trunk/tools/darwin-debug/CMakeLists.txt
===================================================================
--- lldb/trunk/tools/darwin-debug/CMakeLists.txt
+++ lldb/trunk/tools/darwin-debug/CMakeLists.txt
@@ -1,3 +1,6 @@
 add_lldb_executable(lldb-launcher
   darwin-debug.cpp
   )
+
+install(TARGETS lldb-launcher
+  RUNTIME DESTINATION bin)

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7470.19498.patch
Type: text/x-patch
Size: 355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150206/9fdfc5cf/attachment.bin>


More information about the lldb-commits mailing list