REPOSITORY rL LLVM http://reviews.llvm.org/D7470
Files: lldb/trunk/tools/darwin-debug/CMakeLists.txt Index: lldb/trunk/tools/darwin-debug/CMakeLists.txt =================================================================== --- lldb/trunk/tools/darwin-debug/CMakeLists.txt +++ lldb/trunk/tools/darwin-debug/CMakeLists.txt @@ -1,3 +1,6 @@ add_lldb_executable(lldb-launcher darwin-debug.cpp ) + +install(TARGETS lldb-launcher + RUNTIME DESTINATION bin) EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/
Index: lldb/trunk/tools/darwin-debug/CMakeLists.txt =================================================================== --- lldb/trunk/tools/darwin-debug/CMakeLists.txt +++ lldb/trunk/tools/darwin-debug/CMakeLists.txt @@ -1,3 +1,6 @@ add_lldb_executable(lldb-launcher darwin-debug.cpp ) + +install(TARGETS lldb-launcher + RUNTIME DESTINATION bin)
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
