[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / ScriptInterpreter / Lua / CMakeLists.txt
blobe030070a140f0c39262b6da597ef4799157f6674
1 add_lldb_unittest(ScriptInterpreterLuaTests
2   LuaTests.cpp
3   ScriptInterpreterTests.cpp
5   LINK_LIBS
6     lldbHost
7     lldbPluginScriptInterpreterLua
8     lldbPluginPlatformLinux
9     LLVMTestingSupport
10   LINK_COMPONENTS
11     Support
12   )