xref: /llvm-project/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt (revision b852fb1ec5fa15f0b913cc4988cbd09239b19904)
1add_lldb_library(lldbPluginPlatformPOSIX
2  PlatformPOSIX.cpp
3
4   LINK_LIBS
5    lldbCore
6    lldbExpression
7    lldbHost
8    lldbInterpreter
9    lldbTarget
10    lldbValueObject
11    lldbPluginPlatformGDB
12    lldbPluginTypeSystemClang
13  )
14