Fix darwin-debug installation in cmake (OS X)

Summary: Fix darwin-debug installation in cmake (OS X)

Reviewers: zturner, clayborg

Subscribers: lldb-commits, zturner, clayborg

Differential Revision: http://reviews.llvm.org/D7470

llvm-svn: 228416
This commit is contained in:
Ilia K 2015-02-06 18:13:10 +00:00
parent 5a62abf88e
commit 56e271568f
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
add_lldb_executable(lldb-launcher
darwin-debug.cpp
)
install(TARGETS lldb-launcher
RUNTIME DESTINATION bin)