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

7 lines
115 B
CMake

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