llvm-project/lldb/unittests/ScriptInterpreter/Lua/CMakeLists.txt

12 lines
233 B
CMake

add_lldb_unittest(ScriptInterpreterLuaTests
LuaTests.cpp
ScriptInterpreterTests.cpp
LINK_LIBS
lldbHost
lldbPluginScriptInterpreterLua
lldbPluginPlatformLinux
LLVMTestingSupport
LINK_COMPONENTS
Support
)