Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
lldb
/
source
/
Plugins
/
ScriptInterpreter
/
Lua
/
CMakeLists.txt
blob: 63b035c072c5db0c482a2bc4aabf8544b71586f5 [
file
]
add_lldb_library(lldbPluginScriptInterpreterLua PLUGIN
LuaState.cpp
ScriptInterpreterLua.cpp
LINK_LIBS
lldbCore
lldbInterpreter
${LUA_LIBRARIES}
)
target_include_directories(lldbPluginScriptInterpreterLua
PUBLIC ${LUA_INCLUDE_DIR})