aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin-debug/CMakeLists.txt
blob: 352a573e25e1bdf6a990381219dc0eb3bbce85ad (plain) (blame)
1
2
3
4
5
6
add_lldb_executable(lldb-launcher
  darwin-debug.cpp
  )

install(TARGETS lldb-launcher
  RUNTIME DESTINATION bin)