[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / DataFormatter / CMakeLists.txt
blob9d967a72bfd1fa97bd0b0ba266e748a8a99d2315
1 add_lldb_unittest(LLDBFormatterTests
2   FormatManagerTests.cpp
3   FormattersContainerTest.cpp
4   StringPrinterTests.cpp
6   LINK_LIBS
7     lldbCore
8     lldbInterpreter
9     lldbSymbol
10     lldbTarget
11     lldbUtility
13   LINK_COMPONENTS
14     Support
15   )