[CMake] Build debugserver & debugserver_nonui
authorChris Bieneman <beanz@apple.com>
Tue, 25 Jul 2017 20:31:53 +0000 (20:31 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 25 Jul 2017 20:31:53 +0000 (20:31 +0000)
commit09736e314c92d8ce73091b9883087299b6a68fe9
treef5cba9a5021770510e680a7c1c12cb878782694d
parent3769777f11a3334e6d5904445940f600e6619162
[CMake] Build debugserver & debugserver_nonui

When building for iOS we build two variants of debugserver. One which supports UI functionality like Springboard for launching applications, and one which does not.

This patch adds support for building debugserver with and without UI support libraries being available.

llvm-svn: 309026
lldb/tools/debugserver/source/CMakeLists.txt