Author: stefan.graenitz
Date: Wed Jul 10 08:59:56 2019
New Revision: 365649

URL: http://llvm.org/viewvc/llvm-project?rev=365649&view=rev
Log:
[CMake] Add Apple-lldb-Linux.cmake cache

Added:
    lldb/trunk/cmake/caches/Apple-lldb-Linux.cmake

Added: lldb/trunk/cmake/caches/Apple-lldb-Linux.cmake
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/cmake/caches/Apple-lldb-Linux.cmake?rev=365649&view=auto
==============================================================================
--- lldb/trunk/cmake/caches/Apple-lldb-Linux.cmake (added)
+++ lldb/trunk/cmake/caches/Apple-lldb-Linux.cmake Wed Jul 10 08:59:56 2019
@@ -0,0 +1,8 @@
+include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake)
+
+set(LLVM_DISTRIBUTION_COMPONENTS
+  lldb
+  liblldb
+  lldb-argdumper
+  lldb-server
+  CACHE STRING "")


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to