llvm-project/lldb/tools/darwin-debug/CMakeLists.txt

7 lines
136 B
CMake

add_lldb_executable(lldb-launcher INCLUDE_IN_FRAMEWORK
darwin-debug.cpp
)
install(TARGETS lldb-launcher
RUNTIME DESTINATION bin)