xref: /llvm-project/lldb/unittests/UnwindAssembly/x86-but-no-x86-target/CMakeLists.txt (revision 7e49b0d5a67f212e84f8ec0ec2e39a6a8673bfaf)
1add_lldb_unittest(UnwindAssemblyX86ButNoX86TargetTests
2    Testx86AssemblyInspectionEngine.cpp
3    LINK_LIBS
4      lldbCore
5      lldbSymbol
6      lldbPluginUnwindAssemblyX86
7    LINK_COMPONENTS
8      Support
9      ${LLVM_TARGETS_TO_BUILD}
10  )
11