[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / Platform / CMakeLists.txt
blob963975602d67101eaca99a2835f17ce1625d6dd4
1 add_lldb_unittest(LLDBPlatformTests
2   PlatformAppleSimulatorTest.cpp
3   PlatformDarwinTest.cpp
4   PlatformMacOSXTest.cpp
5   PlatformSiginfoTest.cpp
6   PlatformTest.cpp
8   LINK_LIBS
9     lldbPluginPlatformFreeBSD
10     lldbPluginPlatformLinux
11     lldbPluginPlatformMacOSX
12     lldbPluginPlatformNetBSD
13   LINK_COMPONENTS
14     Support
15   )
17 add_subdirectory(Android)