[Lldb-commits] [lldb] r309428 - [CMake] debugserver-nonui doesn't go in the framework

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 28 13:27:37 PDT 2017


Author: cbieneman
Date: Fri Jul 28 13:27:37 2017
New Revision: 309428

URL: http://llvm.org/viewvc/llvm-project?rev=309428&view=rev
Log:
[CMake] debugserver-nonui doesn't go in the framework

Small change to correct the install path of the nonui debugserver.

Modified:
    lldb/trunk/tools/debugserver/source/CMakeLists.txt

Modified: lldb/trunk/tools/debugserver/source/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/CMakeLists.txt?rev=309428&r1=309427&r2=309428&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/CMakeLists.txt (original)
+++ lldb/trunk/tools/debugserver/source/CMakeLists.txt Fri Jul 28 13:27:37 2017
@@ -169,7 +169,7 @@ if(IOS)
                  COMPILE_DEFINITIONS HAVE_LIBCOMPRESSION)
   endif()
 
-  add_lldb_tool(debugserver-nonui INCLUDE_IN_FRAMEWORK
+  add_lldb_tool(debugserver-nonui
     debugserver.cpp
 
     LINK_LIBS




More information about the lldb-commits mailing list