brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · 3a7e188 Raw
17 lines · plain
1add_lldb_library(lldbPluginClangREPL PLUGIN2  ClangREPL.cpp3 4  LINK_COMPONENTS5    Support6  LINK_LIBS7    lldbCore8    lldbDataFormatters9    lldbHost10    lldbSymbol11    lldbTarget12    lldbUtility13    lldbPluginClangCommon14    lldbPluginCPPRuntime15    lldbPluginTypeSystemClang16)17