brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · 14fcc71 Raw
12 lines · plain
1add_lldb_library(lldbInterpreterInterfaces NO_PLUGIN_DEPENDENCIES2  ScriptedInterfaceUsages.cpp3 4  ADDITIONAL_HEADER_DIRS5    ${LLDB_INCLUDE_DIR}/lldb/Interpreter/Interfaces6  LINK_COMPONENTS7    Support8  LINK_LIBS9    lldbUtility10  )11 12