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

Ilia K ki.stfu at gmail.com
Fri Feb 6 08:58:39 PST 2015


Hi clayborg, zturner,

Fix darwin-debug installation in cmake (OS X)

http://reviews.llvm.org/D7470

Files:
  tools/darwin-debug/CMakeLists.txt

Index: tools/darwin-debug/CMakeLists.txt
===================================================================
--- tools/darwin-debug/CMakeLists.txt
+++ 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.19488.patch
Type: text/x-patch
Size: 322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150206/f0925d7f/attachment.bin>


More information about the lldb-commits mailing list