[Lldb-commits] [lldb] r365649 - [CMake] Add Apple-lldb-Linux.cmake cache

Stefan Granitz via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 10 08:59:56 PDT 2019


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 "")




More information about the lldb-commits mailing list