xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/CMakeLists.txt (revision a0747c9f67a4ae71ccb71e62a28d1ea19e06a63c)
1add_lldb_library(lldbPluginProcessOpenBSD
2  NativeProcessOpenBSD.cpp
3  NativeRegisterContextOpenBSD.cpp
4  NativeRegisterContextOpenBSD_arch.cpp
5  NativeRegisterContextOpenBSD_arm64.cpp
6  NativeRegisterContextOpenBSD_x86_64.cpp
7  NativeThreadOpenBSD.cpp
8
9  LINK_LIBS
10    lldbCore
11    lldbHost
12    lldbSymbol
13    lldbTarget
14    lldbUtility
15    lldbPluginProcessPOSIX
16    lldbPluginProcessUtility
17  LINK_COMPONENTS
18    Support
19  )
20