[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / Process / CMakeLists.txt
blobd3b37e006fd899ab6a3f47e117562f1e64bf3222
1 add_subdirectory(gdb-remote)
2 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
3   add_subdirectory(elf-core)
4   add_subdirectory(Linux)
5   add_subdirectory(POSIX)
6 endif()
7 add_subdirectory(Utility)
8 add_subdirectory(minidump)
10 add_lldb_unittest(ProcessEventDataTests
11   ProcessEventDataTest.cpp
13   LINK_LIBS
14       lldbCore
15       lldbHost
16       lldbTarget
17       lldbSymbol
18       lldbUtility
19       lldbUtilityHelpers
20       lldbInterpreter
21       lldbPluginPlatformMacOSX
22   )