llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt

add_lldb_library(lldbPluginUnwindAssemblyInstEmulation PLUGIN
  UnwindAssemblyInstEmulation.cpp

  LINK_LIBS
    lldbCore
    lldbSymbol
    lldbTarget
  )