1add_lldb_library(lldbPluginRenderScriptRuntime PLUGIN 2 RenderScriptRuntime.cpp 3 RenderScriptExpressionOpts.cpp 4 RenderScriptx86ABIFixups.cpp 5 RenderScriptScriptGroup.cpp 6 7 DEPENDS 8 intrinsics_gen 9 10 LINK_LIBS 11 lldbBreakpoint 12 lldbCore 13 lldbDataFormatters 14 lldbExpression 15 lldbHost 16 lldbInterpreter 17 lldbSymbol 18 lldbTarget 19 CLANG_LIBS 20 clangBasic 21 LINK_COMPONENTS 22 Core 23 IRReader 24 Support 25 Target 26 ) 27