[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / TestingSupport / CMakeLists.txt
blobdf0a37005358c8cb8d33ad33c95053f5fba4a6ff
1 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
2 add_lldb_library(lldbUtilityHelpers
3   MockTildeExpressionResolver.cpp
4   TestUtilities.cpp
6   LINK_LIBS
7     lldbUtility
8     llvm_gtest
10   LINK_COMPONENTS
11     Support
12     ObjectYAML
13   )
15 add_subdirectory(Host)
16 add_subdirectory(Symbol)