xref: /llvm-project/lldb/source/Plugins/UnwindAssembly/x86/CMakeLists.txt (revision c4e42d2c66c088faa4e013c8680fe2a06f43b47f)
1add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN
2  UnwindAssembly-x86.cpp
3  x86AssemblyInspectionEngine.cpp
4
5  LINK_LIBS
6    lldbCore
7    lldbSymbol
8    lldbTarget
9    lldbUtility
10  LINK_COMPONENTS
11    Support
12    MC
13    MCDisassembler
14  )
15