summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/MacOSX/CMakeLists.txt')
-rw-r--r--lldb/tools/debugserver/source/MacOSX/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/CMakeLists.txt b/lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
index 492046e2b31..7b77eb25d55 100644
--- a/lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
+++ b/lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
@@ -36,7 +36,7 @@ set(DEBUGSERVER_USED_LIBS
lldbDebugserverMacOSX_DarwinLog
)
-add_lldb_executable(debugserver INCLUDE_IN_FRAMEWORK
+add_lldb_tool(debugserver INCLUDE_IN_FRAMEWORK
HasAVX.s
CFBundle.cpp
CFString.cpp
@@ -78,7 +78,3 @@ if (NOT ("${LLDB_CODESIGN_IDENTITY}" STREQUAL ""))
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin
)
endif()
-
-install(TARGETS debugserver
- RUNTIME DESTINATION bin
- )
OpenPOWER on IntegriCloud