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

7 lines
134 B
CMake

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