12 lines · plain
1add_lldb_library(lldbPluginScriptInterpreterLua PLUGIN2 Lua.cpp3 ScriptInterpreterLua.cpp4 5 LINK_LIBS6 lldbCore7 lldbInterpreter8 )9 10target_include_directories(lldbPluginScriptInterpreterLua PUBLIC ${LUA_INCLUDE_DIR})11target_link_libraries(lldbPluginScriptInterpreterLua INTERFACE ${LUA_LIBRARIES})12