diff options
Diffstat (limited to 'lldb/unittests/UnwindAssembly/PPC64/CMakeLists.txt')
-rw-r--r-- | lldb/unittests/UnwindAssembly/PPC64/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lldb/unittests/UnwindAssembly/PPC64/CMakeLists.txt b/lldb/unittests/UnwindAssembly/PPC64/CMakeLists.txt new file mode 100644 index 00000000000..d803f459363 --- /dev/null +++ b/lldb/unittests/UnwindAssembly/PPC64/CMakeLists.txt @@ -0,0 +1,13 @@ +add_lldb_unittest(PPC64InstEmulationTests + TestPPC64InstEmulation.cpp + LINK_LIBS + lldbCore + lldbSymbol + lldbTarget + lldbPluginUnwindAssemblyInstEmulation + lldbPluginDisassemblerLLVM + lldbPluginInstructionPPC64 + lldbPluginProcessUtility + LINK_COMPONENTS + Support + ${LLVM_TARGETS_TO_BUILD}) |