forked from OSchip/llvm-project
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:
parent
5a62abf88e
commit
56e271568f
|
@ -1,3 +1,6 @@
|
|||
add_lldb_executable(lldb-launcher
|
||||
darwin-debug.cpp
|
||||
)
|
||||
|
||||
install(TARGETS lldb-launcher
|
||||
RUNTIME DESTINATION bin)
|
||||
|
|
Loading…
Reference in New Issue