xref: /llvm-project/lldb/unittests/ScriptInterpreter/Lua/CMakeLists.txt (revision 75966ee241a2f1b7712caa1bbe66560347b23359)
1add_lldb_unittest(ScriptInterpreterLuaTests
2  LuaTests.cpp
3  ScriptInterpreterTests.cpp
4
5  LINK_LIBS
6    lldbHost
7    lldbPluginScriptInterpreterLua
8    lldbPluginPlatformLinux
9    LLVMTestingSupport
10  LINK_COMPONENTS
11    Support
12  )
13