brintos

brintos / llvm-project-archived public Read only

0
0
Text · 309 B · 498bd97 Raw
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