[Lldb-commits] [clang] [lldb] [llvm] [cmake][llvm] Limit the number of Xcode schemes created by default (PR #101243)

Jon Roelofs via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 30 16:28:24 PDT 2024


================
@@ -1423,3 +1423,11 @@ endif()
 if (LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TOOLS)
   add_subdirectory(utils/llvm-locstats)
 endif()
+
+if (XCODE)
+  set(LLVM_XCODE_EXTRA_TARGET_SCHEMES "" CACHE STRING "Specifies an extra list of targets to turn into schemes")
----------------
jroelofs wrote:

Lists in CMake are semicolon-separated. I'll add an example in a comment.

https://github.com/llvm/llvm-project/pull/101243


More information about the lldb-commits mailing list