xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt (revision be691f3bb6417f04a68938fadbcaee2d5795e764)
1add_lldb_library(lldbPluginProcessFreeBSD
2  NativeProcessFreeBSD.cpp
3  NativeRegisterContextFreeBSD.cpp
4  NativeRegisterContextFreeBSD_arm.cpp
5  NativeRegisterContextFreeBSD_arm64.cpp
6  NativeRegisterContextFreeBSD_mips64.cpp
7  NativeRegisterContextFreeBSD_powerpc.cpp
8  NativeRegisterContextFreeBSD_x86_64.cpp
9  NativeThreadFreeBSD.cpp
10
11  LINK_LIBS
12    lldbHost
13    lldbSymbol
14    lldbTarget
15    lldbUtility
16    lldbPluginProcessPOSIX
17    lldbPluginProcessUtility
18  LINK_COMPONENTS
19    Support
20  )
21