Summary: This tool is only built on Darwin, and the name darwin-debug matches the Xcode project. We should have this in sync unless there is a good reason not to. Reviewers: zturner, tfiala, labath Subscribers: labath, mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D25745 llvm-svn: 285356
7 lines
134 B
CMake
7 lines
134 B
CMake
add_lldb_executable(darwin-debug INCLUDE_IN_FRAMEWORK
|
|
darwin-debug.cpp
|
|
)
|
|
|
|
install(TARGETS darwin-debug
|
|
RUNTIME DESTINATION bin)
|