[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / UnwindAssembly / ARM64 / CMakeLists.txt
blobf3bbd71df32d84fd35f38b8ae43ab598b0d58bad
1 add_lldb_unittest(Arm64InstEmulationTests
2   TestArm64InstEmulation.cpp
3   LINK_LIBS
4     lldbCore
5     lldbSymbol
6     lldbTarget
7     lldbPluginUnwindAssemblyInstEmulation
8     lldbPluginDisassemblerLLVMC
9     lldbPluginInstructionARM64
10     lldbPluginProcessUtility
11   LINK_COMPONENTS
12     Support
13     ${LLVM_TARGETS_TO_BUILD})