blob: bad039d0ad509078bce2ccef22a1be3ba07bd8d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
add_lldb_library(lldbPluginPlatformLinux PLUGIN
PlatformLinux.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbHost
lldbInterpreter
lldbTarget
lldbPluginPlatformPOSIX
)
|