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

13 lines
234 B
CMake

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