You need to sign in or sign up before continuing.
CMakeLists.txt 133 Bytes
add_lldb_library(lldbPluginScriptInterpreterNone PLUGIN
  ScriptInterpreterNone.cpp

  LINK_LIBS
    lldbCore
    lldbInterpreter
  )