xref: /llvm-project/lldb/source/Plugins/Process/POSIX/CMakeLists.txt (revision 8fe11442855151a790e1a1ffa92442c5ee5203c1)
1add_lldb_library(lldbPluginProcessPOSIX
2  CrashReason.cpp
3  NativeProcessELF.cpp
4  ProcessPOSIXLog.cpp
5
6  LINK_LIBS
7    lldbPluginProcessUtility
8    lldbUtility
9  LINK_COMPONENTS
10    Support
11  )
12