brintos

brintos / llvm-project-archived public Read only

0
0
Text · 367 B · 05caad3 Raw
21 lines · plain
1add_lldb_library(lldbPluginGNUstepObjCRuntime PLUGIN2  GNUstepObjCRuntime.cpp3 4  LINK_COMPONENTS5    Support6  LINK_LIBS7    lldbBreakpoint8    lldbCore9    lldbExpression10    lldbHost11    lldbInterpreter12    lldbSymbol13    lldbTarget14    lldbUtility15    lldbValueObject16    lldbPluginExpressionParserClang17    lldbPluginTypeSystemClang18  CLANG_LIBS19    clangAST20  )21