[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / TestingSupport / Host / CMakeLists.txt
blobe81d6a988ee4642b9578fd2d298738aad7a3a46d
1 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
2 add_lldb_library(lldbHostHelpers
3   SocketTestUtilities.cpp
5   LINK_LIBS
6     lldbHost
7     LLVMTestingSupport
8     llvm_gtest
9   )