CMakeLists.txt 156 Bytes
add_lldb_library(lldbPluginUnwindAssemblyInstEmulation PLUGIN
  UnwindAssemblyInstEmulation.cpp

  LINK_LIBS
    lldbCore
    lldbSymbol
    lldbTarget
  )