mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
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
7 lines
115 B
CMake
7 lines
115 B
CMake
add_lldb_executable(lldb-launcher
|
|
darwin-debug.cpp
|
|
)
|
|
|
|
install(TARGETS lldb-launcher
|
|
RUNTIME DESTINATION bin)
|