[AArch64][GlobalISel] Add disjoint handling for add_and_or_is_add. (#123594)
[llvm-project.git] / lldb / source / Plugins / Platform / Linux / CMakeLists.txt
blobbad039d0ad509078bce2ccef22a1be3ba07bd8d4
1 add_lldb_library(lldbPluginPlatformLinux PLUGIN
2   PlatformLinux.cpp
4    LINK_LIBS
5     lldbBreakpoint
6     lldbCore
7     lldbHost
8     lldbInterpreter
9     lldbTarget
10     lldbPluginPlatformPOSIX
11   )